RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TActionBars Class

TActionBars is a collection of TActionBarItem objects used internally by the action manager to represent all of the action bars connected to the action manager in an application.

Pascal
TActionBars = class(TActionClientsCollection);
C++
class TActionBars : public TActionClientsCollection;

ActnMan

TActionBars is used by the action manager to maintain current layout information about all the action bars connected to the action manager in an application. TActionBars allows the action manager to write this information to disk in a file or to a stream. TActionBars also allows the action manager to reconstruct all of the action bars based on information contained in a specified file or a stream. 

 

TCollection 

TCollectionItem 

TPersistent 

TPersistent 

Creating Dynamic Menus 

Creating Most Recently Used Lists 

Hiding Unused Items and Categories in Action Bands

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