[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Handles the notification when a component is added to or removed from the control.
Source position: comctrls.pp line 454
protected procedure TCustomTabControl.Notification( |
AComponent: TComponent; |
Operation: TOperation |
); override; |
AComponent |
|
Component for the notification. |
Operation |
|
Operation performed for the component. |
Notification is overridden in TCustomTabControl to ensure that resources allocated for the Images property are Nil'd when the component is removed.
|
Images - the list of images associated with the pages of this notebook. |
|
|
Notification handler for insertion or deletion of components. |
lazarus-ccr.sourceforge.net |