RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Classes.TFindMethodNameEvent Type

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

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

TFindMethodNameEvent is for internal use only. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!