Internet Direct (Indy) Version 9.0.2 Beta
TIdTelnet.SendCh
Sends a character to the host.

procedure SendCh(Ch: Char);
Parameters
Ch: Char
Character to send to the host.

Description
SendCh is a procedure used to send a character from the client to the host. SendCh examines the character in Ch to determine if carriage returns are written to the host (when IamTelnet is True) using the inherited WriteLn method, or omitted in favor of the inherited WriteLn method.