Vcl.Forms.TCustomActiveForm.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

Eigenschaften

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

Beschreibung

Erzeugt ein neues TCustomActiveForm-Objekt.

Createe ist der Konstruktor von TCustomActiveForm.

AOwner gibt die Komponente an (normalerweise das globale Anwendungsobjekt), die für das Streaming und die Freigabe der TCustomActiveForm-Instanz verantwortlich ist. Der übergebene Wert wird der Eigenschaft Owner zugewiesen.

Siehe auch