RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TComObjectFactory.Instancing Property

Indicates the process space of COM object instances.

Pascal
property Instancing: TClassInstancing;
C++
__property TClassInstancing Instancing;

Instancing determines the process space in which the factory can create COM objects and whether the factory can create multiple instances within a single process space. Instancing is initialized in the class factory constructor to the Instancing parameter that is passed to the constructor. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!