API:System.Win.ScktComp.TServerClientThread.DoTerminate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoTerminate; override;

C++

virtual void __fastcall DoTerminate();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
System.Win.ScktComp.pas
System.Win.ScktComp.hpp
System.Win.ScktComp TServerClientThread

Description

Generates an OnTerminate event.

System.Win.ScktComp.TServerClientThread.DoTerminate inherits from System.Classes.TThread.DoTerminate. All content below this line refers to System.Classes.TThread.DoTerminate.

Generates an OnTerminate event.

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

See Also