Classes.TThread.DoTerminate

From RAD Studio VCL Reference
Jump to: navigation, search

Contents

Delphi Information

From Classes.pas

	procedure DoTerminate virtual;


Unit: Classes

Type: method

Visibility: protected

Member Of: TThread

C++ Information

From Classes.hpp

	virtual void __fastcall DoTerminate(void);


Unit: Classes

Type: method

Visibility: protected

Member Of: TThread

Description

Generates an OnTerminate event.


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

See Also

Personal tools
Translations
Newest Version