1

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??

3 Answers 3

3

In Delphi 2010 (I think 2009 as well) there is a generic TDictionary class in Generics.Collections.pas you could use.

Sign up to request clarification or add additional context in comments.

Comments

0

Sounds like you are looking for a HashMap. The Delphi Container Library provides one.

Comments

0

this is the component: http://www.explainth.at/en/delphi/daa.shtml

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.