Unit 'fpopenapi.generators' Package
[Overview][Constants][Classes][Index] [#fcl-openapi]

TServerProxyServiceModuleCodeGen

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

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;

Inheritance

TServerProxyServiceModuleCodeGen

|

TOpenApiPascalCodeGen

|

TObject


Documentation generated on: 2025-07-25