Leo
Leo

Reputation: 1811

array component with string keys

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

Upvotes: 1

Views: 791

Answers (3)

Leo
Leo

Reputation: 1811

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

Upvotes: 0

Alan Clark
Alan Clark

Reputation: 2079

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

Upvotes: 3

Asaph
Asaph

Reputation: 162761

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

Upvotes: 0

Related Questions