Midware TClientWSocket.RcvdCount
Jump to navigation
Jump to search
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).