System.Win.ScktComp.TCustomWinSocket.Destroy
Delphi
destructor Destroy; override;
C++
__fastcall virtual ~TCustomWinSocket(void);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
destructor | public | System.Win.ScktComp.pas System.Win.ScktComp.hpp |
System.Win.ScktComp | TCustomWinSocket |
Description
Destroys an instance of TCustomWinSocket.
Most applications do not need to explicitly free Windows socket objects. They are freed by the socket components that use them.