Newsgroups : Borland : borland.public.delphi.internet.winsock : 2005 Aug : TIdTCPServer - Access thread in OnExecute
| Subject: | TIdTCPServer - Access thread in OnExecute |
| Posted by: | "Gerhard Venter" (gerhard.vent..@comtronic.com) |
| Date: | Mon, 22 Aug 2005 12:40:59 |
In the older versions of Indy for the TIDTCPServer.OnExecute event the
parameter was (AThread : TIdThread). In Indy10 it is (AContext : TIdContext)
How can I get to the thread of AContext?
I am trying to do the equivalent of :
if not AThread.Terminated do......
Thanks
Gerhard.