[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: fpjsonrpc.pp line 313
type TJSONRPCHandlerDef = class(TCollectionItem) |
protected |
function CreateInstance(); virtual; |
property DataModuleClass: TDataModuleClass; [r] |
public |
destructor Destroy; override; |
function HaveParamDefs; |
property HandlerClassName: TJSONStringType; [rw] |
property HandlerMethodName: TJSONStringType; [rw] |
property HandlerClass: TCustomJSONRPCHandlerClass; [rw] |
property BeforeCreate: TBeforeCreateJSONRPCHandlerEvent; [rw] |
property AfterCreate: TJSONRPCHandlerEvent; [rw] |
property ArgumentCount: Integer; [rw] |
property ParamDefs: TJSONParamDefs; [rw] |
property ResultType: TJSONType; [rw] |
end; |
| |
TObject |