RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TStreamReader.ReadLine Method

Read line of characters from stream.

Pascal
function ReadLine: string; override;
C++
virtual __fastcall AnsiString ReadLine();

ReadLine reads a line of characters from the stream, returning the result as a string. 

This method is functionally identical to the Microsoft .NET method StreamReader.ReadLine

 

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