Internet Direct (Indy) Version 9.0.2 Beta
TIdTCPConnection.WriteLn
Writes string value to the peer connection.

procedure WriteLn(const AOut: string); virtual;
Parameters
const AOut: string = ''
Value to send to the peer connection. Default value is ''.

Description
WriteLn is a procedure used to send the string value specified in AOut to the peer connection. WriteLn appends the EOL character sequence to the value in AOut when it is sent to the peer connection.