System.Actions.TContainedActionList.AddAction

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure AddAction(const Action: TContainedAction);

C++

void __fastcall AddAction(TContainedAction* const Action);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
System.Actions.pas
System.Actions.hpp
System.Actions TContainedActionList

Description

Adds an action to the list.

Applications cannot call this protected method. AddAction is used internally to add an action to the Actions property array.

To add an action to an action list, set the action's ActionList property.

See Also