Newsgroups : Borland : borland.public.delphi.internet.winsock : 2007 Dec : Re: TIdTCPClient / how to implement something like OnReceiveData event?
| Subject: | Re: TIdTCPClient / how to implement something like OnReceiveData event? |
| Posted by: | "Unspoken" (ff_aa_cc_ee_..@wp.pl) |
| Date: | Sun, 30 Dec 2007 23:56:33 |
The only thing which i've figured out by myself is to constantly call
fmChat.IdTCPClient.IOHandler.ReadLn(#10,100,-1) in OnTimer event of the
TTimer.
But I am pretty sure that you have better solution for this problem, right
?;)
none