[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: fprpccodegen.pp line 51
type TAPIServiceMethod = class(TCollectionItem) |
public |
constructor Create(); override; |
destructor Destroy; override; |
procedure Assign(); override; |
property Name: string; [rw] |
property PasName: string; [rw] |
property ReturnType: TJSONtype; [rw] |
property PasReturnType: string; [rw] |
property Params: TAPIMethodParams; [rw] |
end; |
| |
TObject |