浏览代码

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

git-svn-id: trunk@35925 -
joost 8 年之前
父节点
当前提交
2355e31276
共有 1 个文件被更改,包括 1 次插入0 次删除
  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;