API:Vcl.ComCtrls.TToolBar.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TComponent); override;

C++

__fastcall virtual TToolBar(System::Classes::TComponent* AOwner);
/* TWinControl.CreateParented */ inline __fastcall TToolBar(HWND ParentWindow) : Vcl::Toolwin::TToolWindow(ParentWindow) { }

Properties

Type Visibility Source Unit Parent
constructor public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TToolBar

Description

Creates and initializes a TToolWindow instance.

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

Creates and initializes a TToolWindow instance.

Create generates a TToolWindow and initializes its properties.