API:Vcl.ActnList.TCustomActionList.Notification

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Notification(AComponent: TComponent; Operation: TOperation); override;

C++

virtual void __fastcall Notification(System::Classes::TComponent* AComponent, System::Classes::TOperation Operation);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.ActnList.pas
Vcl.ActnList.hpp
Vcl.ActnList TCustomActionList

Description

Handles notifications about the removal of one of the actions of the list.

Vcl.ActnList.TCustomActionList.Notification inherits from System.Actions.TContainedActionList.Notification. All content below this line refers to System.Actions.TContainedActionList.Notification.

Handles notifications about the removal of one of the actions of the list.

If AComponent is an action of the list and Operation is opRemove, the action is removed from the list.

See Also