System.Win.ComObj.TAutoIntfObject.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 TAutoIntfObject

説明

DispIntfEntry は,オートメーションオブジェクトで実装されるディスパッチインターフェースのエントリを持ちます。

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

関連項目