Topic Path: Symbol Reference > Types > TIdBufferBytesRemoved Type
ContentsIndexHome
PreviousUpNext
TIdBufferBytesRemoved Type

Event handler signalled when bytes are removed from a TIdBuffer instance.

File
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

Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Post feedback to the Indy Docs Newsgroup.