Indicates the input buffer for the IOHandler does not contain any data.
function InputBufferIsEmpty: Boolean;
Boolean - True when the input buffer is empty.
InputBufferIsEmpty is a Boolean function used to indicate if the InputBuffer for the IOHandler contains any unhandled data.
InputBufferIsEmpty uses InputBuffer to determine if the buffer has been assigned, and to get the existing length of the buffer.
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
|
Post feedback to the Indy Docs Newsgroup.
|