On 04/08/2016 14:15, Landmesser John wrote: > i use TStringList to store about 100.000 values. > > That's ok, but i would like to know if there are better ways to do that? You can try TFPStringHashTable and TDictionary/THashMap generics. Maybe they will perform faster than TStringList. Denis