About two years ago I have found a component that can be used to create array with string keys on delphi... anyone know a component like this??
A:
Sounds like you are looking for a HashMap. The Delphi Container Library provides one.
Asaph
2009-10-22 23:44:43
+2
A:
In Delphi 2010 (I think 2009 as well) there is a generic TDictionary class in Generics.Collections.pas you could use.
Alan Clark
2009-10-23 00:25:01