[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: fpjsonrpc.pp line 35
type TJSONParamDef = class(TCollectionItem) |
protected |
function GetDisplayName; override; |
public |
constructor Create(); override; |
procedure Assign(); override; |
published |
property Name: TJSONStringType; [rw] |
property DataType: TJSONtype; [rw] |
property Required: Boolean; [rw] |
end; |
| |
TObject |