Internet Direct (Indy) Version 9.0.2 Beta
|
constructor Create(Slave: TIdTunnelSlave);
SlaveParent contains a reference to the Slave parameter. Connection is the internal TIdTCPClient for Slave. OnTerminate is assigned the event handler for the OnTunnelThreadTerminate event of Slave.
In addition, other thread properties are initialized to their default values, including:
Create relies in the inherited Create constructor to initialize the thread in a suspended state.