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. 

 

ActionCount 

operator_sb

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!