Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 Aug : Re: TIdTCPServer and Synchronize when moving from Indy 9 to Indy 10
| Subject: | Re: TIdTCPServer and Synchronize when moving from Indy 9 to Indy 10 |
| Posted by: | "Bruce" (exnihilosys_nospam_@hotmail.com) |
| Date: | Thu, 17 Aug 2006 16:02:12 |
Thanks. How does TIdSync.SynchronizeMethod know which thread the
TIdTCPServer is running under? Do I need to link the components somehow?
Bruce
"Remy Lebeau (TeamB)" <no.spam@no.spam.com> wrote in message
news:44e4eece$1@newsgroups.borland.com...
> Use the TIdSync class, ie:
>
> uses
> IdSync;
>
> TIdSync.SynchronizeMethod(ShowTheMessageWindow);