API:System.Classes.TStringReader.ReadLine

From RAD Studio API Documentation
Jump to: navigation, search

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 TStringReader

Description

Read line of characters.

System.Classes.TStringReader.ReadLine inherits from System.Classes.TTextReader.ReadLine. All content below this line refers to System.Classes.TTextReader.ReadLine.

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