[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Notification handler for insertion or deletion of components.
Source position: controls.pp line 1528
protected procedure TControl.Notification( |
AComponent: TComponent; |
Operation: TOperation |
); override; |
AComponent |
|
The component being inserted or removed. |
Operation |
|
The action (opInsert or opRemove). |
First, the inherited TComponent.Notification is called to notify all attached notification handlers.
If Operation is opRemove, additional actions are performed, depending on AComponent: the PopupMenu, Action, or anchors for the removed control are detached.
Version 4.0 | Generated 2025-05-03 | Home |