RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomActionList.AddAction Method

Adds an action to the list.

Pascal
procedure AddAction(Action: TContainedAction);
C++
__fastcall AddAction(TContainedAction Action);

Applications can't 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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!