API: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 TCustomDockForm.

Vcl.ToolWin.TToolDockForm.Create inherits from Vcl.Forms.TCustomDockForm.Create. All content below this line refers to Vcl.Forms.TCustomDockForm.Create.

Creates an instance of TCustomDockForm.

Typically, applications do not create instances of TCustomDockForm. Instead, this class is instantiated automatically as needed by controls that specify it as the value of their FloatingDockSiteClass property.

AOwner is the dock form's owner.

See Also