mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-24 05:19:37 +02:00
* Added ability to access package-variants in descendents of TPackage
git-svn-id: trunk@35925 -
This commit is contained in:
parent
445258fa32
commit
2355e31276
@ -835,6 +835,7 @@ Type
|
||||
procedure SetName(const AValue: String);override;
|
||||
procedure SaveUnitConfigToStringList(Const AStringList: TStrings;ACPU:TCPU;AOS:TOS); virtual;
|
||||
property Dictionary: TDictionary read GetDictionary;
|
||||
property PackageVariantsList: TFPList read FPackageVariants;
|
||||
Public
|
||||
constructor Create(ACollection: TCollection); override;
|
||||
destructor destroy; override;
|
||||
|
Loading…
Reference in New Issue
Block a user