0
votes
A simple Generic Dictionary: TDictionary
Coding Power Unleashed
– A new generic type in Delphi 2009 is TDictionary. TDictionary offers a way to store values based on a key into a list. TDictionary is declared as TDictionary<TKey, TValue>. TDictionary in fact is what a hashtable is in C#. It allows you to store/structure data based on any key type and any ...
Statistics
|
Visits by Source |
User Actions |




