[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: fprpccodegen.pp line 18
type TAPIMethodParam = class(TCollectionItem) |
public |
procedure Assign(); override; |
property Name: string; [rw] |
property PasName: string; [rw] |
property JSType: TJSONtype; [rw] |
property PasType: string; [rw] |
property Required: Boolean; [rw] |
property DefaultValue: string; [rw] |
end; |
| |
TObject |