API:System.Classes.TStringReader.ReadToEnd

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ReadToEnd: string; override;

C++

virtual System::UnicodeString __fastcall ReadToEnd();

Properties

Type Visibility Source Unit Parent
function public
System.Classes.pas
System.Classes.hpp
System.Classes TStringReader

Description

Read rest of characters from character source.

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

Read rest of characters from character source.

ReadToEnd reads characters from the current position in the character source to its end, returning the result as a string.

This method is functionally identical to the Microsoft .NET method TextReader.ReadToEnd.

See Also

Code Examples