RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TContainedAction.Index Property

Specifies the index of the action in its action list or action manager.

Pascal
property Index: Integer;
C++
__property int Index;

Index indicates the position of the action in its action list or action manager. You can change an action's Index at design time by dragging it to a new position in the action list editor or customize dialog. 

The index of actions in an action manager determines the order in which they appear in user interface elements such as menus and tool bars. 

 

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