API:Vcl.ComCtrls.TToolBar

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.ToolWin.TToolWindowVcl.Controls.TWinControlVcl.Controls.TControlSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTToolBar

Delphi

TToolBar = class(TToolWindow)

C++

class PASCALIMPLEMENTATION TToolBar : public Vcl::Toolwin::TToolWindow

Properties

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

Description

TToolWindow is the ancestor for windowed controls that require a custom client area and edge borders.

Vcl.ComCtrls.TToolBar inherits from Vcl.ToolWin.TToolWindow. All content below this line refers to Vcl.ToolWin.TToolWindow.

TToolWindow is the ancestor for windowed controls that require a custom client area and edge borders.

TToolWindow is the ancestor of the TCoolBar and TToolBar components, which facilitate the arrangement of buttons and other visual controls.

See Also