API:Vcl.ExtCtrls.TControlBar

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.ExtCtrls.TCustomControlBarVcl.Controls.TCustomControlVcl.Controls.TWinControlVcl.Controls.TControlSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTControlBar

Delphi

TControlBar = class(TCustomControlBar)

C++

class PASCALIMPLEMENTATION TControlBar : public TCustomControlBar

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.

Vcl.ExtCtrls.TControlBar inherits from Vcl.ExtCtrls.TCustomControlBar. All content below this line refers to Vcl.ExtCtrls.TCustomControlBar.

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