System.Win.ComObj.TTypedComObject.Create
Delphi
constructor Create;
C++
__fastcall TTypedComObject();
__fastcall TTypedComObject(const System::_di_IInterface Controller);
__fastcall TTypedComObject(TComObjectFactory* Factory, const System::_di_IInterface Controller);
Propriétés
Type | Visibilité | Source | Unité | Parent |
---|---|---|---|---|
constructor | public | System.Win.ComObj.pas System.Win.ComObj.hpp |
System.Win.ComObj | TTypedComObject |
Description
Instancie un objet COM ne faisant pas partie d'un agrégat.
System.Win.ComObj.TTypedComObject.Create hérite de System.Win.ComObj.TComObject.Create. Tout le contenu en-dessous de cette ligne se réfère à System.Win.ComObj.TComObject.Create.
Instancie un objet COM ne faisant pas partie d'un agrégat.
Appelez la méthode Create pour instancier à l'exécution un objet COM ne faisant pas partie d'un agrégat.
Create alloue la mémoire de l'objet COM puis appelle directement le constructeur CreateFromFactory en lui transmettant nil comme valeur du paramètre Controller afin d'indiquer que l'objet COM n'est pas créé comme partie d'un agrégat.