Internet Direct (Indy) Version 9.0.2 Beta
Content
|
Index
|
Reference
TIdTCPConnection.ClearWriteBuffer
TIdTCPConnection
,
See Also
,
Example 1
Clears the Indy write buffer.
procedure
ClearWriteBuffer;
Description
The ClearWriteBuffer method clears the data which has accumulated since the
OpenWriteBuffer
without sending it. This does not stop write buffering. Only
CloseWriteBuffer
and
CancelWriteBuffer
stop write buffering.