Midware TClientWSocket.RcvdCount
Revision as of 08:44, 5 May 2011 by Marie (talk | contribs) (Created page with ' Main page -> Midware component reference -> TClientWSocket -> [[Midware_TClientWSocket.RcdvCount | R…')
Main page -> Midware component reference -> TClientWSocket -> RcdvCount
Definition
property RcdvCount: Longlnt;
Description
Returns the number of characters received and not yet read. It may be unaccurate if called from OnDataAvailable event after a first call to receive or ReceiveFrom because winsock will not update his internal count until out of his event handler (FD_READ).