Browse Source

* Added ability to access package-variants in descendents of TPackage

git-svn-id: trunk@35925 -
joost 8 years ago
parent
commit
2355e31276
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/fpmkunit/src/fpmkunit.pp

+ 1 - 0
packages/fpmkunit/src/fpmkunit.pp

@@ -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;