[fpc-pascal] Hash List

Michael Van Canneyt michael at freepascal.org
Wed Apr 12 15:57:19 CEST 2017



On Wed, 12 Apr 2017, noreply at z505.com wrote:

> On 2017-03-17 19:06, Giuliano Colla wrote:
>> Il 18/03/2017 00:29, African Wild Dog ha scritto:
>> 
>>> Ia there any hash list implementation in free Pascal?
>> The IniFiles unit (fpc/packages/fcl-base/src/inifiles.pp) provides a
>> THashedStringList (descendant from TstringList) which I'm using
>> reliably since many years.
>
> If it is not specific to INI files and can be used generally for many 
> things, maybe it should be pulled out into some other unit so people do 
> not think it is just INI file related?

we could put it in contnrs, and alias it in inifiles.pp

Michael.



More information about the fpc-pascal mailing list