Unit 'flcProtoBufProtoCodeGenPascal' Package
[Overview][Types][Classes][Procedures and functions][Index] [#pl_fundamentals]

TCodeGenPascalUnit

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

Declaration

Source position: flcProtoBufProtoCodeGenPascal.pas line 91

type TCodeGenPascalUnit = class

protected

  FName: RawByteString;

  

  FUnitComments: RawByteString;

  

  FIntfUsesList: TCodeGenPascalUnitUsesList;

  

  FIntfSection: TCodeGenPascalUnitSection;

  

  FIntfDefs: TCodeGenPascalIntfDefinitions;

  

  FImplUsesList: TCodeGenPascalUnitUsesList;

  

  FImplSection: TCodeGenPascalUnitSection;

  

public

  constructor Create;

  

  destructor Destroy; override;

  

  property Name: RawByteString; [rw]

  

  property UnitComments: RawByteString; [rw]

  

  property Intf: TCodeGenPascalUnitSection; [r]

  

  property IntfUses: TCodeGenPascalUnitUsesList; [r]

  

  property IntfDefs: TCodeGenPascalIntfDefinitions; [r]

  

  property Impl: TCodeGenPascalUnitSection; [r]

  

  property ImplUses: TCodeGenPascalUnitUsesList; [r]

  

  function GetAsPascal;

  

  procedure Save();

  

end;

Inheritance

TCodeGenPascalUnit

  

|

TObject



CT Web help

CodeTyphon Studio