RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomActionList.Actions Property

Lists the actions maintained by the action list.

Pascal
property Actions [Index: Integer]: TContainedAction;
C++
__property TContainedAction Actions[int Index];

Actions is an indexed property containing a list of the actions in the action list component. 

Index identifies the action by index, where 0 is the index of the first action, 1 is the index of the second action, and so on. The upper limit for Index is given by the ActionCount property. 

 

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