RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TActionBars.ActionBars Property

Contains a collection of all of the action bars connected to the action manager.

Pascal
property ActionBars [const Index: Integer]: TActionBarItem;
C++
__property TActionBarItem ActionBars[int const Index];

The ActionBars property contains a collection of all of the action bands connected to the action manager. When an action is dropped on an action band or the ActionManager property of an action band is set to the action manager component, the action band (in the form of a TActionBarItem) is automatically added to this collection. 

 

ActionManager 

operator_[]

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