Resumes the thread's execution. Deprecated, see TThread.Start.
Source position: classesh.inc line 2387
public procedure TThread.Resume;
TThread.Start
Starts a thread that was created in a suspended state.
TThread.Suspend
Suspends the thread's execution.