RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TTextReader.ReadLine Method

Read line of characters.

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

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

 

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