[Overview][Types][Classes][Procedures and functions][Index] |
Performs actions needed when the specified component is added to or removed from the control.
Source position: comboex.pas line 159
protected procedure TCustomComboBoxEx.Notification( |
AComponent: TComponent; |
Operation: TOperation |
); override; |
AComponent |
|
Component for the notification. |
Operation |
|
Operation performed for the specified component. |
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 Nil when the component is removed from the control.
|
Contains images which can be displayed for items defined in the ItemsEx property. |
|
|
Notification handler for insertion or deletion of components. |
|
Version 4.0 | Generated 2025-05-03 | Home |