[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Starts a thread that was created in a suspended state.
Source position: classesh.inc line 1672
public procedure TThread.Start; |
The effect of this method is currently the same as calling TThread.Resume after creating a thread in a suspended state. This method was added for Delphi-compatibility, where it was introduced after TThread.Suspend and TThread.Resume were deprecated.
|
Creates a new thread. |