[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: fpddcodegen.pp line 115
type TCodeGeneratorOptions = class(TPersistent) |
protected |
procedure SetOPtions(); virtual; |
public |
constructor create; virtual; |
procedure Assign(); override; |
published |
property ExtraSetterLine: string; [rw] |
property Options: TCodeOptions; [rw] |
property UnitName: string; [rw] |
property InterfaceUnits: string; [rw] |
property ImplementationUnits: string; [rw] |
end; |
| |
TObject |