[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: pkgoptions.pp line 59
type TFppkgGlobalOptionSection = class(TFppkgOptionSection) |
public |
constructor Create(); override; |
destructor Destroy; override; |
procedure AddKeyValue(); override; |
procedure SaveToStrings(); override; |
procedure LogValues(); override; |
function LocalMirrorsFile; |
function LocalPackagesFile; |
property ConfigVersion: Integer; [rw] |
property LocalRepository: string; [rw] |
property BuildDir: string; [rw] |
property CompilerConfigDir: string; [rw] |
property ArchivesDir: string; [rw] |
property Downloader: string; [rw] |
property CompilerConfig: string; [rw] |
property FPMakeCompilerConfig: string; [rw] |
property InstallRepository: string; [rw] |
property RemoteRepository: string; [rw] |
property RemoteMirrorsURL: string; [rw] |
property CustomFPMakeOptions: string; [rw] |
end; |
| |
| |
TObject |