RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TTextReader.ReadToEnd Method

Read rest of characters from character source.

Pascal
function ReadToEnd: string; virtual; abstract;
C++
virtual __fastcall AnsiString ReadToEnd() = 0;

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

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!