RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TActionManager.ActionBars Property

Contains a collection of all the action bands in the application.

Pascal
property ActionBars: TActionBars;
C++
__property TActionBars ActionBars;

ActionBars is used internally by the action manager component to maintain a collection of all the action bands connected to the action manager in the application. An action band is automatically added to the collection when an action or category of actions is dropped on an action band or the ActionManager property in an action band component is set in the Object Inspector. 

 

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