Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 Mar : Re: about idTcpServer
| Subject: | Re: about idTcpServer |
| Posted by: | "Remy Lebeau (TeamB)" (no.spam@no.spam.com) |
| Date: | Wed, 29 Mar 2006 18:54:19 |
"darnis" <darnis@21cn.com> wrote in message
news:442b3e18$1@newsgroups.borland.com...
> The IOHandler' ReadFromSource is protected member
Then use CheckForDataOnSource() and look at the InputBuffer.Size afterwards,
ie:
AContext.Connection.IOHandler.CheckForDataOnSource(1000);
iRec := AContext.Connection.IOHandler.InputBuffer.Size;
Gambit