RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TStreamReader.EndOfStream Property

Indicates if end of stream reached.

Pascal
property EndOfStream: Boolean;
C++
__property Boolean EndOfStream;

EndOfStream is true if the position of the TStreamReader is at the end of the stream and false otherwise. 

This property is functionally identical to the Microsoft .NET property StreamReader.EndOfStream

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!