Internet Direct (Indy) Version 9.0.1 Beta
TSlaveThread.Execute
Starts running the thread.

procedure Execute; override;
Description
Execute is a procedure used to activate the Indy thread execution framework. Execute relies in the inherited method to signal that the thread should Run.

Execute updates the Executed property prior to completion of the method.