System.Classes.TStreamReader.EndOfStream
Delphi
property EndOfStream: Boolean read GetEndOfStream;
C++
__property bool EndOfStream = {read=GetEndOfStream, nodefault};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | System.Classes.pas System.Classes.hpp |
System.Classes | TStreamReader |
Description
Indicates if end of stream reached.
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.
See Also
Code Examples