[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Performs actions needed when the specified component is added to or removed from the control.
Source position: colorbox.pas line 204
protected procedure TCustomColorListBox.Notification( |
AComponent: TComponent; |
Operation: TOperation |
); override; |
AComponent |
|
Component for the notification. |
Operation |
|
Action performed for the specified component. |
Notification is an overridden method in TCustomColorListBox. It calls the inherited method on entry to handle notifications in ancestor classes and their child components. It ensures that the reference in ColorDialog is set to Nil when the component is removed from the control.
|
Dialog displayed to select a custom color for the control. |
|
|
Notification handler for insertion or deletion of components. |
|
Version 4.0 | Generated 2025-05-03 | Home |