Internet Direct (Indy) Version 9.0.1 Beta
TTnDataAvail
Event type that occurs when data is received by the TELNET client.

TTnDataAvail = procedure (Buffer : String) of object;
Description
TTnDataAvail is the event type triggered when data is read from the host connection for a TIdTelnet client.

Buffer represents the data read from the TIdTelnetReadThread and provided to the OnDataAvailable event handler in TIdTelnet.