RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomControlBar Class

TCustomControlBar is the base class for control bar components.

Pascal
TCustomControlBar = class(TCustomControl);
C++
class TCustomControlBar : public TCustomControl;

ExtCtrls

Use TCustomControlBar as a base class when defining control bar components. Control bars are designed to manage the layout of toolbar controls, although they can contain other controls as well. They provide a convenient docking site in applications that have dockable toolbars. 

Do not create instances of TCustomControlBar. To add a control bar to a form, use TControlBar instead. 

 

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