Hi,
That helped a lot!
Now there is only one problem:
When I have saved the StringList, and try to open it again (LoadFromFile), then I get an "Access Violation".
I can solve this by chanching Values.free to Values.Clear,
but I do really want to free the memory after saving the List.. Thanks...