Difference between revisions of "Midware TClientWSocket.RcvBuf"
Jump to navigation
Jump to search
(Created page with ' Main page -> Midware component reference -> TClientWSocket -> [[Midware_TClientWSocket.RcvBuf | RcvB…') |
|||
Line 3: | Line 3: | ||
== Definition == | == Definition == | ||
− | '''property''' RcvBuf: | + | '''property''' RcvBuf: PChar; |
== Description == | == Description == | ||
The actual buffer used to store incomming data. It is dynamically allocated as needed. If it can't be expanded then an OnOverflow event is triggered. | The actual buffer used to store incomming data. It is dynamically allocated as needed. If it can't be expanded then an OnOverflow event is triggered. |
Latest revision as of 14:32, 14 May 2011
Main page -> Midware component reference -> TClientWSocket -> RcvBuf
Definition
property RcvBuf: PChar;
Description
The actual buffer used to store incomming data. It is dynamically allocated as needed. If it can't be expanded then an OnOverflow event is triggered.