[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: fpjsonrpc.pp line 138
type TJSONRPCHandler = class(TCustomJSONRPCHandler) |
protected |
function DoExecute(); override; |
published |
property OnExecute: TJSONRPCEvent; [rw] |
property OnContextExecute: TJSONContextRPCEvent; [rw] |
property BeforeExecute: TNotifyEvent; |
property AfterExecute: TNotifyEvent; |
property OnParamError: TJSONParamErrorEvent; |
property Options: TJSONRPCOptions; |
property ParamDefs: TJSONParamDefs; |
property ResultType: TJSONtype; |
end; |
| |
| |
TObject |