Internet Direct (Indy) Version 9.0.1 Beta
|
function ReadLn: string;
When the origin stream is a TIdTCPStream instance that has been cast to a TIdStream instance, TIdStream.Connection is used to perform ReadLn input.
The return value for the method can contain CHAR0 when the stream contains the null character. The line terminator sequence (CRLF) is omitted from the return value for the method.