RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Classes.TFindMethodInstanceEvent Type

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

Pascal
TFindMethodInstanceEvent = procedure (Reader: TReader; const MethodName: string; var AMethod: TMethod; var Error: Boolean) of object;
C++
(Reader: TReader; const MethodName: string; var AMethod: TMethod; var Error: Boolean) ( TFindMethodInstanceEvent)();

TFindMethodInstanceEvent is for internal use only. 

 

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