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;

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. 

 

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