TThread.Start
Starts a thread that was created in a suspended state.
Declaration
Source position: classesh.inc line 1976
public
procedure Start;
Description
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.
See also
| Name | Description |
|---|---|
| TThread.Create | Creates a new thread. |