[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
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; |
| |
TObject |