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

DoneThread

End the current thread.

Declaration

Source position: threadh.inc line 127

procedure DoneThread;

Description

DoneThread should be used to clean up the current thread. It performs the necessary housekeeping before the thread is actually ended. Under normal circumstances, you must not call this, it is called automatically.

See also

BeginThread

  

Start a new thread.

EndThread

  

End the current thread.


Documentation generated on: Jun 14 2026