ich habe ein Tdictionary und eine Record Struktur, ziemlich genau wie im Beipsiel
https://stackoverflow.com/questions/...in-tdictionary
Auch suche eine Option einzelne Felder meines Record elegant upzudaten:
die Lösung von Stackoverflow
Delphi-Quellcode:
dictionary.list[key].a := 30;
bzw. in meinem Anwendungsfalle
dictionary.list[key].a := dictionary.list[key].a +1 ;
würde mir sehr gut gefallen, nur hat mein TDictionary leider keine List Eigenschaft