[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Performs actions when the specified component is added to or removed from the class instance.
Source position: forms.pp line 1208
protected procedure TScreen.Notification( |
AComponent: TComponent; |
Operation: TOperation |
); override; |
AComponent |
|
Component added or removed in the notification. |
Operation |
|
Operation performed for the specified component. |
Notification is an overridden method used to perform actions needed when a component is added to or removed from the class instance. It calls the inherited method on entry to remove the free notification for the component and to signal the Notification method for any child components. In TScreen, it ensures that an internal member used to track the value in ActiveControl or ActiveCustomForm is Nil'd when AComponent is removed and it is stored in one of the members.
|
The control which has the focus on the active form for the screen. |
|
|
The TCustomForm instance which has the focus. |
|
Version 4.0 | Generated 2025-05-03 | Home |