Internet Direct (Indy) Version 9.0.2 Beta
TIdTelnetPeerThread.Create
Constructor for the object instance.

constructor Create(ACreateSuspended: Boolean); override;
Parameters
ACreateSuspended: Boolean = True
Indicates the TELNET client thread is created in suspended mode.

Description
Create is the constructor for the object instance. Create calls the inherited Create method using the thread creation mode specified in ACreateSuspended. Create also allocates resources required for the TelnetData property prior to exiting from the method.