RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TClientSocketThread.Destroy Destructor

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

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

For C++, do not call Destroy in an application. Instead, use the delete keyword to destroy a thread when FreeOnTerminate is false. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!