Indy 9
TIdTelnetDataAvailEvent
See Also, Unit: IdTelnet
Event type that occurs when data is received by the TELNET client.
TIdTelnetDataAvailEvent = procedure (Sender: TIdTelnet; const Buffer: String) of object;
Unit
IdTelnet
Parameters
Buffer
Data read from the host.
Description
TIdTelnetDataAvailEvent 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.

Created with Doc-O-Matic 2 donated to Project JEDI. Commercial license available from the Doc-O-Matic site.