System.Classes.TStreamReader.ReadLine
Delphi
function ReadLine: string; override;
C++
virtual System::UnicodeString __fastcall ReadLine();
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | System.Classes.pas System.Classes.hpp |
System.Classes | TStreamReader |
Description
Read line of characters from stream.
ReadLine reads a line of characters from the stream, returning the result as a string.
This method is functionally identical to the Microsoft .NET method StreamReader.ReadLine.
See Also
Code Examples