[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 79
protected procedure TCustomColorBox.Notification( |
AComponent: TComponent; |
Operation: TOperation |
); override; |
AComponent |
|
Component for the notification. |
Operation |
|
Operation performed for the specified component. |
Notification is an overridden method in TCustomColorBox. It calls the inherited method on entry to handle notifications for components used in the ancestor classes and their child components. It ensures that the reference in ColorDialog is set to Nil when the component is removed from the class instance.
|
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 |