[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Performs actions when the specified component is added to or removed from the control.
Source position: dialogs.pp line 353
protected procedure TColorButton.Notification( |
AComponent: TComponent; |
Operation: TOperation |
); override; |
AComponent |
|
Component for the notification. |
Operation |
|
Operation performed for the specified component. |
Notification is an overridden method in TColorButton, and calls the inherited method on entry. It ensures that the ColorDialog property is set to Nil when AComponent and Operation indicate the dialog class instance has been removed from the control.
Version 4.0 | Generated 2025-05-03 | Home |