Internet Direct (Indy)
Home
PreviousUpNext
TIdTelnetDataAvailEvent Type

Event type that occurs when data is received by the TELNET client.

Pascal
TIdTelnetDataAvailEvent = procedure (Sender: TIdTelnet; const Buffer: String) of object;
Parameters 
Description 
Sender 
Client triggering the event.
 
Buffer 
Data read from the host. 

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.

Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Website http://www.indyproject.org.
Post feedback to the Indy Documentation newsgroup.