RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TActionBarItem Class

TActionBarItem objects are used by the action manager to represent all of the action bars connected to the action manager in an application.

Pascal
TActionBarItem = class(TActionClient);
C++
class TActionBarItem : public TActionClient;

TActionBarItem is used to wrap a category of actions into a streamable format that is managed by an action manager. TActionBarItem is used as a mechanism to store layout (ordering) information for a set of actions. This layout information is used by the action manager to render the actions in the UI. 

Instances of TActionBarItem are created automatically by the TActionManager component when an action or category of actions is added to an action band.

Note: Do not create or destroy instances of TActionBarItem directly, always allow the action manager to handle this for you.
 

 

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