System.Classes.TFindMethodNameEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TFindMethodNameEvent = procedure (Writer: TWriter; AMethod: TMethod;
var MethodName: string) of object;

C++

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

Properties

Type Visibility Source Unit Parent
type
typedef
public
System.Classes.pas
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