Internet Direct (Indy) Version 9.0.2 Beta
MClientThread.Create
Constructor for the thread instance.

constructor Create(AMaster: TIdTunnelMaster);
Parameters
AMaster: TIdTunnelMaster
Tunnel server context for the instance.

Description
Create is the constructor for the thread instance. Create initializes thread properties tot heir default values, including:

Create adds the thread instance to MasterParent.Clients, and increments the TIdTunnelMaster number of services.

Create calls the inherited Create method to finalize construction of the thread instance.