[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Suspends the thread's execution.
Source position: classesh.inc line 1674
public procedure TThread.Suspend; |
On non-Windows platforms, a thread can only suspend itself. Other threads can wake up a suspended thread by calling TThread.Start.
|
Resumes the thread's execution. Deprecated, see TThread.Start |
|
|
Starts a thread that was created in a suspended state. |