System.Win.ComObj.TComObjectFactory.Instancing

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property Instancing: TClassInstancing read FInstancing;

C++

__property TClassInstancing Instancing = {read=FInstancing, nodefault};

プロパティ

種類 可視性 ソース ユニット
property public
System.Win.ComObj.pas
System.Win.ComObj.hpp
System.Win.ComObj TComObjectFactory

説明

COM オブジェクトインスタンスの処理空間を示します。

Instancing プロパティは,ファクトリが COM オブジェクトを作成できる処理空間と,ファクトリが 1 つの処理空間に複数のインスタンスを作成できるかどうかを決めます。Instancing は,クラスファクトリコンストラクタで,コンストラクタに渡された Instancing parameter パラメータに初期化されます。

関連項目