Datasnap.DSTCPServerTransport.TDSTCPServerTransport.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: destructor
Visibility: public
Source:
Datasnap.DSTCPServerTransport.pas
Datasnap.DSTCPServerTransport.hpp
Unit: Datasnap.DSTCPServerTransport
Parent: TDSTCPServerTransport

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TDSTCPServerTransport();

Description

Destroys a TDSTCPServerTransport instance.

Destroy destroys an instance of the TDSTCPServerTransport class.

See Also