Internet Direct (Indy) Version 9.0.1 Beta
TOnTelnetCommand
Event type that occurs when a TELNET command is received.

TOnTelnetCommand = procedure (Sender: TComponent; Status: TTelnetCommand) of object;
Description
TOnTelnetCommand specifies the event type triggered when a TELNET command is received by the TIdTelnet client.

Status is the TTelnetCommand received by the client, and provided to the OnTelnetCommand event handler in the TIdTelnet client.