System.Threading.TThreadPool.TBaseWorkerThread.SafeTerminate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SafeTerminate;

C++

void __fastcall SafeTerminate();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
System.Threading.pas
System.Threading.hpp
System.Threading TBaseWorkerThread

Description

Asks the thread object to terminate and release any allocated memory after terminating.

You can alternatively use Free to terminate and free the memory allocated by a thread.

See Also