Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Dictionary object 1

Status
Not open for further replies.

browneye

Programmer
Nov 21, 2000
82
0
0
US
Hi,
Is there any simillar object to VB's Dictonary object in Delphi 2005.

Thank you
 
These are all available within the .Net Famework:

System.Collections.Specialized.HybridDictionary()
System.Collections.Specialized.ListDictionary()
System.Collections.Specialized.StringDictionary()
System.Collections.DictionaryBase()
System.Collections.DictionaryEntry()
System.Collections.IDictionary()

Hope this helps

[vampire][bat]
 
wow..thats cool..thank you..how about for borland win 32 architect?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top