Vcl.ExtCtrls.TCustomControlBar

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.Controls.TCustomControlVcl.Controls.TWinControlVcl.Controls.TControlSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTCustomControlBar

Delphi

TCustomControlBar = class(TCustomControl)

C++

class PASCALIMPLEMENTATION TCustomControlBar : public Vcl::Controls::TCustomControl

Properties

Type Visibility Source Unit Parent
class public
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls Vcl.ExtCtrls

Description

TCustomControlBar is the base class for control bar components.

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.

See Also