System.Classes.TFindMethodInstanceEvent

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
type
typedef
public
System.Classes.pas
System.Classes.hpp
System.Classes System.Classes

Beschreibung

TFindMethodInstanceEvent ist eine Prozedur, die von dem Ereignis OnFindMethodInstance der Klasse TReader aufgerufen wird.

TFindMethodInstanceEvent dient nur dem internen Gebrauch.

Siehe auch