Re: [fpc-devel] THashMap or similar with ansistring as key

2024-11-09 Thread Sven Barth via fpc-devel
Am 09.11.2024 um 17:19 schrieb Martin Frb via fpc-devel: Google didn't deliver an answer... If I do    specialize TDictionary    specialize T{Fast}HashMap will it actually has the string content? Or is the string the address in the string variable => and therefore 2 strings with the same text

[fpc-devel] THashMap or similar with ansistring as key

2024-11-09 Thread Martin Frb via fpc-devel
Google didn't deliver an answer... If I do    specialize TDictionary    specialize T{Fast}HashMap will it actually has the string content? Or is the string the address in the string variable => and therefore 2 strings with the same text can be different? And if the latter, how do I get the f