Newsgroups : Borland : borland.public.delphi.internet.winsock : 2005 May : TClientSocket's OnWrite event
| Subject: | TClientSocket's OnWrite event |
| Posted by: | "Eric" (er..@nomad.com) |
| Date: | 9 May 2005 00:58:31 |
I need to know how should i use OnWrite event of TClientSocket. I want to send large data blocks which cannot be send at one time. Do i need to implement a queue then send those data packets into the OnWrite event ? I'm confused about the usage of OnWrite event. Could you please explain it to me ?
Kind Regards,