[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: fpopenapi.generators.pp line 209
type TServerProxyServiceModuleCodeGen = class(TOpenApiPascalCodeGen) |
public |
constructor Create(); override; |
destructor Destroy; override; |
procedure GenerateModule; |
procedure GenerateFormFile; |
procedure Execute(); virtual; |
property ServiceInterfaceUnit: string; [rw] |
property ServiceImplementationUnit: string; [rw] |
property ProxyParentClass: string; [rw] |
property ProxyParentUnit: string; [rw] |
property UseInterfaceType: Boolean; [rw] |
property ProxyClassName: string; [rw] |
property ProxyVarName: string; [rw] |
property FormFile: Boolean; [rw] |
property Form: TStrings; [rw] |
end; |
| |
| |
TObject |