System.Actions.TContainedActionList.RemoveAction
Delphi
procedure RemoveAction(const Action: TContainedAction);
C++
void __fastcall RemoveAction(TContainedAction* const Action);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
protected | System.Actions.pas System.Actions.hpp |
System.Actions | TContainedActionList |
Description
Removes an action from the list.
Applications cannot call this protected method. RemoveAction is used internally to remove an action from the Actions property array. RemoveAction removes the action and sets its ActionList property to nil (Delphi) or NULL (C++).
To remove an action from an action list, change the action's ActionList property.