[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: pkgoptions.pp line 196
type TFppkgOptions = class(TPersistent) |
public |
constructor Create; |
destructor Destroy; override; |
procedure LoadFromFile(); |
procedure SaveToFile(); |
function GetSectionByName(); |
procedure LogValues(); |
procedure BindToCompilerOptions(); |
procedure AddRepositoriesForCompilerSettings(); |
function AddRepositoryOptionSection(); |
function AddIncludeFilesOptionSection(); |
property PreferGlobal: Boolean; [rw] |
property SectionList: TFppkgOptionSectionList; [r] |
property GlobalSection: TFppkgGlobalOptionSection; [r] |
property CommandLineSection: TFppkgCommandLineOptionSection; [r] |
end; |
| |
TObject |