Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 Aug : TIdTCPServer and Synchronize when moving from Indy 9 to Indy 10
| Subject: | TIdTCPServer and Synchronize when moving from Indy 9 to Indy 10 |
| Posted by: | "Bruce" (exnihilosys_nospam_@hotmail.com) |
| Date: | Thu, 17 Aug 2006 14:15:12 |
In the execute method of the server component I used to use the AThread.
parameter to syncronize with the UI:
AThread.Synchronize(ShowTheMessageWindow);
How do I do this with Indy 10's version of the TIdTCPServer? How do I access
the thread the server is running under so I can access the Synchronize?
Thanks, Bruce