RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomWinSocket.Destroy Destructor

Destroys an instance of TCustomWinSocket.

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

Most applications do not need to explicitly free Windows socket objects. They are freed by the socket components that use them. 

 

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