Vcl.ToolWin.TToolDockForm.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TComponent); override;

C++

__fastcall virtual TToolDockForm(System::Classes::TComponent* AOwner);
/* TCustomForm.CreateNew */ inline __fastcall virtual TToolDockForm(System::Classes::TComponent* AOwner, int Dummy) : Vcl::Forms::TCustomDockForm(AOwner, Dummy) { }
/* TWinControl.CreateParented */ inline __fastcall TToolDockForm(HWND ParentWindow) : Vcl::Forms::TCustomDockForm(ParentWindow) { }

Properties

Type Visibility Source Unit Parent
constructor public
Vcl.ToolWin.pas
Vcl.ToolWin.hpp
Vcl.ToolWin TToolDockForm

Description

Creates an instance of TToolDockForm.

AOwner is the dock form's owner, which is responsible for freeing the tool dock form.

The constructor initializes the BorderWidth property to 1.

See Also