Docs: LCL/comboex. Adds topic for TCustomComboBoxEx.Notification.

* Depends on 7114800c.

(cherry picked from commit cbaf46012c)
This commit is contained in:
dsiders 2021-12-17 03:53:42 +00:00 committed by Maxim Ganetsky
parent c67fdc0a51
commit 6b4cc9fa9a

View File

@ -1191,6 +1191,26 @@
</seealso>
</element>
<element name="TCustomComboBoxEx.Notification">
<short>
Performs actions needed when the specified component is added to or removed from the control.
</short>
<descr>
Notification is an overridden method in TCustomComboBoxEx. It calls the inherited method on entry to handle notifications in ancestor classes and their child components. It ensures that the reference in Images is set to <b>Nil</b> when the component is removed from the control.
</descr>
<seealso>
<link id="TCustomComboBoxEx.Images"/>
<link id="#lcl.controls.TControl.Notification"/>
<link id="#rtl.classes.TComponent">TComponent</link>
</seealso>
</element>
<element name="TCustomComboBoxEx.Notification.AComponent">
<short>Component for the notification.</short>
</element>
<element name="TCustomComboBoxEx.Notification.Operation">
<short>Operation performed for the specified component.</short>
</element>
<element name="TCustomComboBoxEx.SetItemHeight">
<short>Sets the value for the ItemHeight property.</short>
<descr>