Vcl.ToolWin.TToolDockForm.Create

De RAD Studio API Documentation
Aller à : navigation, rechercher

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) { }

Propriétés

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

Description

Create crée une instance de TToolDockForm.

AOwner est le propriétaire de la fiche d'ancrage, qui est responsable de la libération de la fiche d'ancrage outil.

Le constructeur définit la propriété BorderWidth à 1.

Voir aussi