System.Win.ObjComAuto.TObjectDispatch.Create

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

Delphi

constructor Create(Instance: TObject; Owned: Boolean = True);

C++

__fastcall TObjectDispatch(System::TObject* Instance, bool Owned);

プロパティ

種類 可視性 ソース ユニット
constructor public
System.Win.ObjComAuto.pas
System.Win.ObjComAuto.hpp
System.Win.ObjComAuto TObjectDispatch

説明

TObjectDispatch クラスのインスタンスを作成および初期化します。

次の表では、コンストラクタ パラメータを説明しています。

パラメータ 説明
Instance Automation サーバーのインスタンス。Instance プロパティを介してアクセスできます。
Owned True の場合、TObjectDispatch デストラクタが Automation サーバー インスタンスを解放します。

関連項目