System.Classes.TThread.DoTerminate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoTerminate; virtual;

C++

virtual void __fastcall DoTerminate();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
System.Classes.pas
System.Classes.hpp
System.Classes TThread

Description

Generates an OnTerminate event.

DoTerminate calls the OnTerminate event handler, but does not terminate the thread.

See Also