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

TThread.AfterConstruction

Code to be executed after construction but before execute.

Declaration

Source position: classesh.inc line 2038

public procedure TThread.AfterConstruction; override;

Description

AfterConstruction is overridden in TThread, it actually starts the thread if it was created with CreateSuspended equal to False, i.e. not suspended. When overriding this method, the inherited method must be called, or the thread will never be started.


Documentation generated on: Jul 24 2023