Implements line-oriented output for Indy stream operations.
procedure WriteLn(const AData: string);
Parameters
const AData: string = ''
String values to be written to the stream.
Description
WriteLn is a Procedure that implements line-oriented output of values in AData to a stream. WriteLn calls the reintroduced Write method to perform output to the stream, and appends the end-of-line character sequence (EOL) to the output values.