Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 Mar : Re: about idTcpServer
| Subject: | Re: about idTcpServer |
| Posted by: | "darnis" (darn..@21cn.com) |
| Date: | Thu, 30 Mar 2006 17:13:39 |
Thank you very much, Gambit, :)
> Then use CheckForDataOnSource() and look at the InputBuffer.Size
> afterwards,
> ie:
>
> AContext.Connection.IOHandler.CheckForDataOnSource(1000);
> iRec := AContext.Connection.IOHandler.InputBuffer.Size;
>
>
> Gambit
none