On 05/25/2011 12:04 PM, Giuliano Colla wrote: > The main thread would create the StringList, the other thread would > append strings to the list, AFAIK you need to protect the concurrent access to a StringList by a CritcalSection. -Michael