Is there a similar component for Delphi like a Python dictionary?
Now I use TStringList to match pairs of strings / objects, but I need a more general approach and possibly more powerful (TStringList has a binary search when sorting it).
Solutions for pre-D2009 are also welcome.
source share