Datasnap.DSTCPServerTransport.TDSTCPServerTransport.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TDSTCPServerTransport();

Properties

Type Visibility Source Unit Parent
destructor public
Datasnap.DSTCPServerTransport.pas
Datasnap.DSTCPServerTransport.hpp
Datasnap.DSTCPServerTransport TDSTCPServerTransport

Description

Destroys a TDSTCPServerTransport instance.

Destroy destroys an instance of the TDSTCPServerTransport class.

See Also