System.Classes.TFindMethodInstanceEvent

From RAD Studio API Documentation
Jump to: navigation, search

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

Properties

Type Visibility Source Unit Parent
type
typedef
public
System.Classes.pas
System.Classes.hpp
System.Classes System.Classes

Description

TFindMethodInstanceEvent is a procedure called by the TReader class OnFindMethodInstance event.

TFindMethodInstanceEvent is for internal use only.

See Also