Internet Direct (Indy) Version 9.0.1 Beta
TIdThread.Start
Starts or resumes iteration of the loop in the Execute method.

procedure Start; virtual;
Description
Start instructs the thread instance to start or resume iterating through the main thread of execution for the thread.

If Stopped is True when Start is called, the values of Stopped and the inherited Suspended property are set to False, and the main thread of execution is allowed to continue.