API:Vcl.AxCtrls.TActiveForm.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
constructor public
Vcl.AxCtrls.pas
Vcl.AxCtrls.hpp
Vcl.AxCtrls TActiveForm

Beschreibung

Erzeugt ein neues TCustomActiveForm-Objekt.

Vcl.AxCtrls.TActiveForm.Create erbt von Vcl.Forms.TCustomActiveForm.Create. Der folgende Inhalt bezieht sich auf Vcl.Forms.TCustomActiveForm.Create.

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