[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'ActnList' (#lcl)

TCustomActionList.Notification

Handles the notification performed when a component is added to or removed from the class instance.

Declaration

Source position: actnlist.pas line 95

protected procedure TCustomActionList.Notification(

  AComponent: TComponent;

  Operation: TOperation

); override;

Arguments

AComponent

  

Component of the notification.

Operation

  

Action performed for the specified component.

Description

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.

See also

TComponent


Version 4.0 Generated 2025-05-03 Home