[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Classes' (#rtl)

TThread.Start

Starts a thread that was created in a suspended state.

Declaration

Source position: classesh.inc line 1821

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: May 14 2021