Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 Jul : IdTCPConnection.ReadInteger Cancel
| Subject: | IdTCPConnection.ReadInteger Cancel |
| Posted by: | "Franck C" (tumaur..@pas.com) |
| Date: | Thu, 6 Jul 2006 10:21:52 |
Hello,
How can I stop a IdTCPConnection.ReadInteger (or IdTCPClient) because I
have done a thread which always do IdTCPConnection.ReadInteger and when
I want to terminate it, it doesn't stop.
I tried IdTCPConnection.IOHandler := nil but it doesn't work.
What should I do ?
Thanks
Franck