System.Classes.TFindMethodInstanceEvent

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

Delphi

TFindMethodInstanceEvent = procedure (Reader: TReader; const MethodName: string;
var AMethod: TMethod; var Error: Boolean) of object;

C++

typedef void __fastcall (__closure *TFindMethodInstanceEvent)(TReader* Reader, const System::UnicodeString MethodName, System::TMethod &AMethod, bool &Error);

プロパティ

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


説明

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

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

関連項目