System.Win.ComObj.GetDispatchPropValue

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

Delphi

function GetDispatchPropValue(const Disp: IDispatch; DispID: Integer): OleVariant;
function GetDispatchPropValue(const Disp: IDispatch; Name: WideString): OleVariant;

C++

extern DELPHI_PACKAGE System::OleVariant __fastcall GetDispatchPropValue(const _di_IDispatch Disp, int DispID)/* overload */;

プロパティ

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

説明

IDispatch インターフェースのプロパティ値を返します。

GetDispatchPropValue 関数を呼び出すと,DispID で指定されたディスパッチ ID を持つプロパティの値を,Disp で指定された IDispatch インターフェースから読み出すことができます。

関連項目