System.Classes.TFindMethodNameEvent

From RAD Studio API Documentation
Jump to: navigation, search

C++

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

Properties

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

Description

TFindMethodNameEvent is a procedure called by the TWriter class OnFindMethodName event.

TFindMethodNameEvent is for internal use only.

See Also