System.Classes.TFindMethodNameEvent

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

Delphi

TFindMethodNameEvent = procedure (Writer: TWriter; AMethod: TMethod;
var MethodName: string) of object;

C++

typedef void __fastcall (__closure *TFindMethodNameEvent)(TWriter* Writer, const System::TMethod &AMethod, System::UnicodeString &MethodName);

プロパティ

種類 可視性 ソース ユニット
type
typedef
public
System.Classes.pas
System.Classes.hpp
System.Classes System.Classes


説明

TFindMethodNameEvent は、TWriter クラスの OnFindMethodName イベントによって呼び出されるプロシージャです。

TFindMethodNameEvent は、内部使用のためのものです。

関連項目