Internet Direct (Indy)
Home
PreviousUpNext
TIdTelnetReadThread.Create Constructor

Creates a new TIdTelnetReadThread instance.

Pascal
constructor Create(
    AClient: TIdTelnet
); reintroduce;
Parameters 
Description 
AClient 
TELNET client serviced by this thread. 

Create is the constructor for the TIdTelnetReadThread instance, and relies on the inherited Create constructor to initialize the thread. TIdTelnetReadThread stores a reference to the TIdTelnet client that is the recipient of data read by the thread. 

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.

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.