Newsgroups : Borland : borland.public.delphi.internet.winsock : 2007 Dec : TIdTCPClient / how to implement something like OnReceiveData event?
| Subject: | TIdTCPClient / how to implement something like OnReceiveData event? |
| Posted by: | "Unspoken" (ff_aa_cc_ee_..@wp.pl) |
| Date: | Sun, 30 Dec 2007 16:06:15 |
Hello.
I am writing a simple modyfied irc client. What I would like to do is to
have something like OnReceiveData event which would be fired when my client
has received data from server. For example I would like to know when the
server responds to my command or when it sent a PING command.
I am a beginner with Indy so any help would be nice.
Thanks in advance for your time.