Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 May : TTcpServer
| Subject: | TTcpServer |
| Posted by: | "Roberto Colpani" (roberto.colpa..@vetrariafratellicolpani.it) |
| Date: | Thu, 25 May 2006 16:59:28 |
On my last program I have used the TServerSocket component and I used the
onclientread method to receive the request from my TClientSocket.
Now I want update my program with the new TTcpServer and TTcpClient
components. But there isn't any onclientread and on this new component. How
can I intercept when the client send me the string of text that I want to
parse?
Thanks.