RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TStringReader.ReadLine Method

Read line of characters.

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

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

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

 

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