LazUtils: add new container TDictionaryStringList

git-svn-id: trunk@40518 -
This commit is contained in:
juha 2013-03-09 14:41:49 +00:00
parent ac9594df43
commit c9725d844b
2 changed files with 7 additions and 2 deletions

View File

@ -19,7 +19,7 @@
<Description Value="Useful units for Lazarus packages."/> <Description Value="Useful units for Lazarus packages."/>
<License Value="Modified LGPL-2"/> <License Value="Modified LGPL-2"/>
<Version Major="1"/> <Version Major="1"/>
<Files Count="67"> <Files Count="68">
<Item1> <Item1>
<Filename Value="laz2_dom.pas"/> <Filename Value="laz2_dom.pas"/>
<UnitName Value="laz2_DOM"/> <UnitName Value="laz2_DOM"/>
@ -289,6 +289,10 @@
<Filename Value="laz2_xpath.pas"/> <Filename Value="laz2_xpath.pas"/>
<UnitName Value="laz2_xpath"/> <UnitName Value="laz2_xpath"/>
</Item67> </Item67>
<Item68>
<Filename Value="dictionarystringlist.pas"/>
<UnitName Value="dictionarystringlist"/>
</Item68>
</Files> </Files>
<LazDoc Paths="../../docs/xml/lazutils"/> <LazDoc Paths="../../docs/xml/lazutils"/>
<i18n> <i18n>

View File

@ -15,7 +15,8 @@ uses
TTCalc, TTCMap, TTDebug, TTError, TTFile, TTGLoad, TTInterp, TTLoad, TTCalc, TTCMap, TTDebug, TTError, TTFile, TTGLoad, TTInterp, TTLoad,
TTMemory, TTObjs, TTProfile, TTRASTER, TTTables, TTTypes, EasyLazFreeType, TTMemory, TTObjs, TTProfile, TTRASTER, TTTables, TTTypes, EasyLazFreeType,
LazLoggerBase, LazLoggerDummy, LazClasses, LazFreeTypeFontCollection, LazLoggerBase, LazLoggerDummy, LazClasses, LazFreeTypeFontCollection,
LazConfigStorage, UTF8Process, laz2_xpath, LazarusPackageIntf; LazConfigStorage, UTF8Process, laz2_xpath, DictionaryStringList,
LazarusPackageIntf;
implementation implementation