Unit 'Classes' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#rtl]

TThread.Start

Starts a thread that was created in a suspended state.

Declaration

Source position: classesh.inc line 2039

public procedure TThread.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

TThread.Create

  

Creates a new thread.


Documentation generated on: Jul 24 2023