[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Handles a notification when a component is added to or removed from the control.
Source position: comctrls.pp line 456
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.
|
Contains the images displayed on the tabs for the control. |
|
|
Notification handler for insertion or deletion of components. |
Version 4.0 | Generated 2025-05-03 | Home |