Indy 9
TIdBufferBytesRemoved
See Also, Unit: IdTCPConnection
Event type signalled when data is removed from an Indy input buffer.
TIdBufferBytesRemoved = procedure (ASender: TObject; const ABytes: Integer) of object;
Unit
IdTCPConnection
Parameters
ABytes
Number of bytes affected by the operation.
ASender
Indy buffer for the event notification.
Description
TIdBufferBytesRemoved is an event type signalled when data has been removed from a TIdBuffer instance used in a socket connection class. TIdBufferBytesRemoved is used as an argument in the TIdBuffer.Create constructor, and assigned to the TIdBuffer.OnBytesRemoved event handler.

Created with Doc-O-Matic 2 donated to Project JEDI. Commercial license available from the Doc-O-Matic site.