mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-27 23:19:21 +02:00
* Load- and Save-unitconfig made public.
git-svn-id: trunk@22387 -
This commit is contained in:
parent
16a26ea515
commit
e27586175f
@ -732,9 +732,7 @@ Type
|
|||||||
Procedure SetVersion(const V : string);
|
Procedure SetVersion(const V : string);
|
||||||
Protected
|
Protected
|
||||||
procedure SetName(const AValue: String);override;
|
procedure SetName(const AValue: String);override;
|
||||||
procedure LoadUnitConfigFromFile(Const AFileName: String);
|
|
||||||
procedure SaveUnitConfigToStringList(Const AStringList: TStrings;ACPU:TCPU;AOS:TOS); virtual;
|
procedure SaveUnitConfigToStringList(Const AStringList: TStrings;ACPU:TCPU;AOS:TOS); virtual;
|
||||||
procedure SaveUnitConfigToFile(Const AFileName: String;ACPU:TCPU;AOS:TOS);
|
|
||||||
property Dictionary: TDictionary read GetDictionary;
|
property Dictionary: TDictionary read GetDictionary;
|
||||||
Public
|
Public
|
||||||
constructor Create(ACollection: TCollection); override;
|
constructor Create(ACollection: TCollection); override;
|
||||||
@ -757,6 +755,8 @@ Type
|
|||||||
function AddPackageVariant(AName: string; AIsInheritable: boolean): TPackageVariants;
|
function AddPackageVariant(AName: string; AIsInheritable: boolean): TPackageVariants;
|
||||||
procedure ApplyPackageVariantToCompilerOptions(ACompilerOptions: tstrings);
|
procedure ApplyPackageVariantToCompilerOptions(ACompilerOptions: tstrings);
|
||||||
procedure SetDefaultPackageVariant;
|
procedure SetDefaultPackageVariant;
|
||||||
|
procedure LoadUnitConfigFromFile(Const AFileName: String);
|
||||||
|
procedure SaveUnitConfigToFile(Const AFileName: String;ACPU:TCPU;AOS:TOS);
|
||||||
Property Version : String Read GetVersion Write SetVersion;
|
Property Version : String Read GetVersion Write SetVersion;
|
||||||
Property FileName : String Read GetFileName Write FFileName;
|
Property FileName : String Read GetFileName Write FFileName;
|
||||||
Property HomepageURL : String Read FHomepageURL Write FHomepageURL;
|
Property HomepageURL : String Read FHomepageURL Write FHomepageURL;
|
||||||
|
Loading…
Reference in New Issue
Block a user