System.Actions.TContainedActionList.Notification
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 | System.Actions.pas System.Actions.hpp |
System.Actions | TContainedActionList |
Description
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.