mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 19:59:37 +02:00
LazUtils: add new container TDictionaryStringList
git-svn-id: trunk@40518 -
This commit is contained in:
parent
ac9594df43
commit
c9725d844b
@ -19,7 +19,7 @@
|
||||
<Description Value="Useful units for Lazarus packages."/>
|
||||
<License Value="Modified LGPL-2"/>
|
||||
<Version Major="1"/>
|
||||
<Files Count="67">
|
||||
<Files Count="68">
|
||||
<Item1>
|
||||
<Filename Value="laz2_dom.pas"/>
|
||||
<UnitName Value="laz2_DOM"/>
|
||||
@ -289,6 +289,10 @@
|
||||
<Filename Value="laz2_xpath.pas"/>
|
||||
<UnitName Value="laz2_xpath"/>
|
||||
</Item67>
|
||||
<Item68>
|
||||
<Filename Value="dictionarystringlist.pas"/>
|
||||
<UnitName Value="dictionarystringlist"/>
|
||||
</Item68>
|
||||
</Files>
|
||||
<LazDoc Paths="../../docs/xml/lazutils"/>
|
||||
<i18n>
|
||||
|
@ -15,7 +15,8 @@ uses
|
||||
TTCalc, TTCMap, TTDebug, TTError, TTFile, TTGLoad, TTInterp, TTLoad,
|
||||
TTMemory, TTObjs, TTProfile, TTRASTER, TTTables, TTTypes, EasyLazFreeType,
|
||||
LazLoggerBase, LazLoggerDummy, LazClasses, LazFreeTypeFontCollection,
|
||||
LazConfigStorage, UTF8Process, laz2_xpath, LazarusPackageIntf;
|
||||
LazConfigStorage, UTF8Process, laz2_xpath, DictionaryStringList,
|
||||
LazarusPackageIntf;
|
||||
|
||||
implementation
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user