[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Handles the notification performed when a component is added to or removed from the class instance.
Source position: actnlist.pas line 95
protected procedure TCustomActionList.Notification( |
AComponent: TComponent; |
Operation: TOperation |
); override; |
AComponent |
|
Component of the notification. |
Operation |
|
Action performed for the specified component. |
Calls the inherited method on entry. Sets Images to Nil when the image list is removed from the component. Calls the RemoveAction method when AComponent is a TContainedAction instance removed from the component.
Version 4.0 | Generated 2025-05-03 | Home |