[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: fpjsonrpc.pp line 61
| type TJSONParamDefs = class(TOwnedCollection) | 
| public | 
| function AddParamDef(); | 
| function IndexOfParamDef(); | 
| function FindParamDef(); | 
| function ParamDefByName(); | 
| property ParamDefs []: TJSONParamDef; default; [rw] | 
| end; | 
| | | 
| TObject |