Vcl.Forms.TCustomDockForm.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
constructor public
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms TCustomDockForm

Beschreibung

Erzeugt eine Instanz von TCustomDockForm.

Der Konstruktor von TCustomDockForm wird normalerweise in Anwendungen nicht benötigt. Die Objekte werden automatisch von Steuerelementen zur Implementierung der Eigenschaft FloatingDockSiteClass erstellt.

AOwner gibt die Komponente an, die für das Freigeben der Instanz verantwortlich ist.

Siehe auch