Internet Direct (Indy) Version 9.0.2 Beta
TIdTCPConnection.Write
Send a string using the connection.

procedure Write(AOut: string); virtual;
Parameters
AOut: string
Buffer to send over the connection.

Description
Write is a procedure used to send the string specified in AOut over the connection. When AOut is an empty string, no action is performed.

Write calls WriteBuffer to perform output from the buffer.

Write does not add an End-Of-Line sequence to the output buffer.