[fpc-pascal] Re: What is the portable approach?

Marco van de Voort marcov at stack.nl
Fri Oct 21 11:24:03 CEST 2005


> > Interesting - let us know if it works out.
> 
> I really appreciated Jeff's note.  But I think this unit only stores
> text strings and values--already better supported, syntactically, by
> the psuedo-associative "trick" behavior of string lists:
> 
> MyHash := TStrubglist.Create;
> MyHash['Alan'] := 'Mead';
> 
> I also have to admit being worried by some of the code... like the
> lack of error checking (as noted by the author).

Search for decal. It is the only really "generic" container system I know
for delphi.

Of course it lacks performance because of it.



More information about the fpc-pascal mailing list