RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomActionToolBar Class

TCustomActionToolBar is the base class for the TActionToolBar component.

Pascal
TCustomActionToolBar = class(TCustomActionDockBar);
C++
class TCustomActionToolBar : public TCustomActionDockBar;

TCustomActionToolBar is the base class for components that generate tool bars based on the actions that an Action Manager specifies. TCustomActionToolBar descendants generate internal components for the controls in the tool bar, where each component represents an action in the Action manager. The layout of these items is managed automatically, and specified by the Action Manager. 

 

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