Unit 'pkgoptions' Package
[Overview][Constants][Types][Classes][Index] [#fppkg]

TCompilerOptions

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

Declaration

Source position: pkgoptions.pp line 225

type TCompilerOptions = class(TPersistent)

public

  constructor Create;

  destructor Destroy; override;

  procedure InitCompilerDefaults;

  procedure LoadCompilerFromFile();

  function SaveCompilerToFile();

  procedure LogValues();

  procedure UpdateLocalRepositoryOption();

  procedure CheckCompilerValues;

  function HasOptions;

  property SaveInifileChanges: Boolean; [r]

  property ConfigVersion: Integer; [r]

published

  property Compiler: string; [rw]

  property CompilerTarget: string; [rw]

  property CompilerVersion: string; [rw]

  property GlobalInstallDir: string; [rw] deprecated ;

  property LocalInstallDir: string; [rw] deprecated ;

  property GlobalPrefix: string; [rw]

  property LocalPrefix: string; [rw]

  property Options: TStrings; [r]

  property CompilerOS: TOS; [rw]

  property CompilerCPU: TCPU; [rw]

end;

Inheritance

TCompilerOptions

|

TObject


Documentation generated on: 2023-03-18