System.Classes.TTextReader.ReadLine

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ReadLine: string; virtual; abstract;

C++

virtual System::UnicodeString __fastcall ReadLine(void) = 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