Event handler signalled when bytes are removed from a TIdBuffer instance.
TIdBufferBytesRemoved = procedure (ASender: TIdBaseObject; ABytes: Integer) of object;
Parameters |
Description |
ASender |
Object generating the event notification. |
ABytes |
Number of bytes removed from the buffer. |
TIdBufferBytesRemoved is an object procedure that represents the event handler signalled when bytes are removed from a TIdBuffer instance.
ASender is the object instance triggering the event notification.
ABytes indicates the number of bytes removed from the buffer.
TIdBufferBytesRemoved is the type used to represent the TIdBuffer.OnBytesRemoved event handler property.
TIdBuffer.OnBytesRemoved
Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved. Website http://www.indyproject.org. Post feedback to the Indy Documentation newsgroup. |