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