System.Win.ComObj.TComObjectFactory.Instancing
Delphi
property Instancing: TClassInstancing read FInstancing;
C++
__property TClassInstancing Instancing = {read=FInstancing, nodefault};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | System.Win.ComObj.pas System.Win.ComObj.hpp |
System.Win.ComObj | TComObjectFactory |
Description
Indicates the process space of COM object instances.
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.