API:Vcl.AxCtrls.TActiveXControl.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

constructor Create;

C++

__fastcall TActiveXControl();
__fastcall TActiveXControl(const System::_di_IInterface Controller);
__fastcall TActiveXControl(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 TActiveXControl

Beschreibung

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

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

Vcl.AxCtrls.TActiveXControl.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