System.Win.ObjComAuto.TObjectDispatch.GetMethodInfo

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

Delphi

function GetMethodInfo(const AName: ShortString; var AInstance: TObject): PMethodInfoHeader; virtual;

C++

virtual System::Objauto::PMethodInfoHeader __fastcall GetMethodInfo(const System::ShortString &AName, System::TObject* &AInstance);

プロパティ

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

説明

特定のメソッドの情報ヘッダーを返します。

GetMethodInfo は、名前を与えられたメソッドの情報ヘッダーを返します。メソッドを保持しているクラスは、インスタンスの 1 つ(パラメータ AInstance)によって表されます。

関連項目