* Load- and Save-unitconfig made public.

git-svn-id: trunk@22387 -
This commit is contained in:
joost 2012-09-13 20:17:18 +00:00
parent 16a26ea515
commit e27586175f

View File

@ -732,9 +732,7 @@ Type
Procedure SetVersion(const V : string);
Protected
procedure SetName(const AValue: String);override;
procedure LoadUnitConfigFromFile(Const AFileName: String);
procedure SaveUnitConfigToStringList(Const AStringList: TStrings;ACPU:TCPU;AOS:TOS); virtual;
procedure SaveUnitConfigToFile(Const AFileName: String;ACPU:TCPU;AOS:TOS);
property Dictionary: TDictionary read GetDictionary;
Public
constructor Create(ACollection: TCollection); override;
@ -757,6 +755,8 @@ Type
function AddPackageVariant(AName: string; AIsInheritable: boolean): TPackageVariants;
procedure ApplyPackageVariantToCompilerOptions(ACompilerOptions: tstrings);
procedure SetDefaultPackageVariant;
procedure LoadUnitConfigFromFile(Const AFileName: String);
procedure SaveUnitConfigToFile(Const AFileName: String;ACPU:TCPU;AOS:TOS);
Property Version : String Read GetVersion Write SetVersion;
Property FileName : String Read GetFileName Write FFileName;
Property HomepageURL : String Read FHomepageURL Write FHomepageURL;