Indy 9
|
TIdTelnetReadThread = class(TIdThread)
TIdTelnetReadThread implements the thread handling framework inherited from TIdThread to control execution of the thread.
TIdTelnetReadThread is used by the OnDataAvailable event handler in TIdTelnet to perform read operations for the TELNET client.
Do not create instances of TIdTelnetReadThread. TIdTelnet creates an instance of TIdTelnetReadThread when the client is connected to the host.
property Client: TIdTelnet;
property RecvData: String;
constructor Create(AClient: TIdTelnet); reintroduce;
TIdTelnetReadThread sets the FreeOnTerminate property to True, to indicate that the thread should be freed when execution has been completed.
You should not need to create an instance of this object directly. Instances of this object are created when the TIdTelnet client connects to the host.