System.Win.ScktComp.TCustomWinSocket.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TCustomWinSocket();

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.

See Also