Top "Tdictionary" questions

Delphi TDictionary iteration

I have a function where I store some key- value pairs and when I iterate them I get this error …

delphi iteration tdictionary
How Can I List a TDictionary in Alphabetical Order by Key in Delphi 2009?

How can I use a TEnumerator to go through my TDictionary in sorted order by key? I've got something like …

delphi generics delphi-2009 tdictionary
delphi dictionary iterating

g'morning! i fill a dictionary TDictionary<String, TStringlist> (delphi-collections-unit) with strings as values and several strings as values. …

delphi loops tdictionary
Sorting TDictionary by a key of Integer in ascending order

How can I sort TDictionary by a key of Integer in ascending order in Delphi 2009?

delphi sorting tdictionary