Internet Direct (Indy)
Home
PreviousUpNext
TIdIOHandler.InputBuffer Property

Represents the internal storage for values received on the IOHandler connection.

Pascal
property InputBuffer: TIdBuffer;

InputBuffer is a read-only TIdBuffer property that represents the internal storage allocated for the IOHandler. 

IOHandlers typically receive more data than they need to complete each request. InputBuffer stores this extra data for future use in other IOHandler methods. 

Values are added to InputBuffer when data is received from the source for the connection, and extracted from InputBuffer when the various read methods for the IOHandler are called. 

InputBuffer is created when the IOHandler is opened in TIdIOHandler.Open and freed in the destructor for the object instance.

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.