Internet Direct (Indy)
Home
PreviousUpNext
TIdTelnet.TelnetThread Property

Specifies the thread used to read data and commands for the TELNET client.

Pascal
property TelnetThread: TIdTelnetReadThread;

TelnetThread is a TIdTelnetReadThread property representing the thread used to read data and commands for the TELNET connection. All data from the host is read using this thread. 

The OnDataAvailable and OnTelnetCommand event handlers are called as a result of data being received via this thread. 

TelnetThread is created and executed when the TELNET client connects to the host. TelnetThread is terminated and freed when the client disconnects from the host.

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.