开发者

array component with string keys

开发者 https://www.devze.com 2022-12-09 11:28 出处:网络
About two years ago I have found a component that can be used to create array with string keys 开发者_JS百科on delphi... anyone know a component like this??In Delphi 2010 (I think 2009 as well) there

About two years ago I have found a component that can be used to create array with string keys 开发者_JS百科on delphi... anyone know a component like this??


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


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


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

0

精彩评论

暂无评论...
验证码 换一张
取 消