Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 Apr : Re: TIdTCPClient.OnDisconnected not triggering
| Subject: | Re: TIdTCPClient.OnDisconnected not triggering |
| Posted by: | "Bince" (foahch..@hotmail.com) |
| Date: | 25 Apr 2006 16:12:16 |
>For a threaded client, I recommend deriving a new class from TIdTCPClient
>and overriding the virtual Connect() and Disconnect() methods. That allows
>better management of a reading thread.
>
>
>Gambit
Do you know of any examples of this that I can look at?
Thanks.