VCL is not thread safe. Therefore I guess it is not a good idea to write information to the gui in the INDY 10 TCP server.execute(...) function .
server.execute(...)
How t
One simple PostMessage (inside the thread) and handling message (outside the thread) was necessary to make UI updates...