System.Win.Mtsobj.TMtsAutoObject.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

C++

/* TAutoObject.Create */ inline __fastcall TMtsAutoObject() : System::Win::Comobj::TAutoObject() { }
/* TAutoObject.CreateAggregated */ inline __fastcall TMtsAutoObject(const System::_di_IInterface Controller) : System::Win::Comobj::TAutoObject(Controller) { }
/* TAutoObject.CreateFromFactory */ inline __fastcall TMtsAutoObject(System::Win::Comobj::TComObjectFactory* Factory, const System::_di_IInterface Controller) : System::Win::Comobj::TAutoObject(Factory, Controller) { }

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
constructor public System.Win.Mtsobj.hpp System.Win.Mtsobj TMtsAutoObject


Beschreibung

Erstellt eine Instanz von TMtsAutoObject.

Detaillierte Informationen zur Verwendung verschiedener überladener Konstruktoren finden Sie unter:

Siehe auch