RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TServerClientThread.Destroy Destructor

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

Pascal
destructor Destroy; override;
C++
virtual __fastcall ~TServerClientThread();

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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!