System.ObjAuto.GetMethodInfo

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

Delphi

function GetMethodInfo(Instance: TObject; const MethodName: string): PMethodInfoHeader;
function GetMethodInfo(Instance: TObject; const MethodName: ShortString): PMethodInfoHeader;

C++

extern DELPHI_PACKAGE PMethodInfoHeader __fastcall GetMethodInfo(System::TObject* Instance, const System::UnicodeString MethodName)/* overload */;

プロパティ

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

説明

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

GetMethodInfo は、名前を指定したメソッドの情報ヘッダーを返します。 メソッドが含まれるクラスは、インスタンスの 1 つ(Instance パラメータ)で表します。

関連項目

コード例