System.Win.ScktComp.TServerClientThread.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TServerClientThread();

Properties

Type Visibility Source Unit Parent
destructor public
System.Win.ScktComp.pas
System.Win.ScktComp.hpp
System.Win.ScktComp TServerClientThread

Description

Destroys the server client thread object and releases the memory allocated to it.

Do not call Destroy directly in an application. ServerClientThread objects are freed by the TServerWinSocket object that manages them.

Destroy frees the TServerClientWinSocket object that encapsulates the connection to the client socket before calling the inherited destructor.

See Also