DesignIntf.IDesigner60.GetMethodName

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

Delphi

function GetMethodName(const Method: TMethod): string;

C++

virtual System::UnicodeString __fastcall GetMethodName(const System::TMethod &Method) = 0 ;

プロパティ

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

説明

指定されたイベントハンドラの名前を返します。

GetMethodName メソッドを呼び出すと,指定されたそのポインタに基づいてイベントハンドラの名前を取得できます。

関連項目