I have a function where I store some key- value pairs and when I iterate them I get this error …
delphi iteration tdictionaryHow can I use a TEnumerator to go through my TDictionary in sorted order by key? I've got something like …
delphi generics delphi-2009 tdictionaryg'morning! i fill a dictionary TDictionary<String, TStringlist> (delphi-collections-unit) with strings as values and several strings as values. …
delphi loops tdictionaryHow can I sort TDictionary by a key of Integer in ascending order in Delphi 2009?
delphi sorting tdictionary