API:Vcl.AxCtrls.TActiveFormControl.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

constructor Create;

C++

__fastcall TActiveFormControl();
__fastcall TActiveFormControl(const System::_di_IInterface Controller);
__fastcall TActiveFormControl(System::Win::Comobj::TComObjectFactory* Factory, const System::_di_IInterface Controller);

Eigenschaften

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

Beschreibung


Instantiiert ein COM-Objekt, das nicht Teil eines Aggregatobjekts ist.

Instantiiert ein COM-Objekt, das nicht Teil eines Aggregatobjekts ist.

Vcl.AxCtrls.TActiveFormControl.Create erbt von System.Win.ComObj.TComObject.Create. Der folgende Inhalt bezieht sich auf System.Win.ComObj.TComObject.Create.

Instantiiert ein COM-Objekt, das nicht Teil eines Aggregatobjekts ist.

Mit Create wird zur Laufzeit ein COM-Objekt instantiiert, das nicht Teil eines Aggregatobjekts ist

Create reserviert Speicher für ein COM-Objekt und ruft dann direkt den Konstruktor CreateFromFactory auf, wobei im Parameter Controller der Wert nil übergeben wird, um anzuzeigen, dass das COM-Objekt nicht als Teil eines Aggregatobjekts erzeugt wird.

Siehe auch