System.Win.ComObj.TAutoObjectFactory.DispIntfEntry

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

Delphi

property DispIntfEntry: PInterfaceEntry read FDispIntfEntry;

C++

__property System::PInterfaceEntry DispIntfEntry = {read=FDispIntfEntry};

プロパティ

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

説明

ファクトリに作成された OLE Automation オブジェクトが実現するディスパッチインターフェースのエントリが入ります。

DispIntfEntry はコンストラクタで初期化されます。ディスパッチインターフェースのエントリを示します。

関連項目