[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Performs actions needed when the specified component is added to or removed from the control.
Source position: grids.pas line 1159
protected procedure TCustomGrid.Notification( |
AComponent: TComponent; |
Operation: TOperation |
); override; |
AComponent |
|
Component for the notification. |
Operation |
|
Operation performed for the specified component. |
Notification is an overridden method in TCustomGrid. It calls the inherited method on entry to handle notifications in ancestor classes and their child components. It ensures that the reference in TitleImageList is set Nil when the component is removed from the control.
|
The list with images displayed in column titles. |
|
|
Notification handler for insertion or deletion of components. |
|
Version 4.0 | Generated 2025-05-03 | Home |