System.Classes.TFindMethodInstanceEvent

From RAD Studio API Documentation
Jump to: navigation, search

C++

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

Properties

Type Visibility Source Unit Parent
typedef public 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