Source position: fpjsonrpc.pp line 223
type TFindRPCHandlerEvent = procedure(
Sender: TObject;
const AClassName: TJSONStringType;
const AMethod: TJSONStringType;
out Handler: TCustomJSONRPCHandler
) of object;