Datasnap.DSHTTP.TDSHTTPServerTransport.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: destructor
Visibility: public
Source: Datasnap.DSHTTP.hpp
Unit: Datasnap.DSHTTP
Parent: TDSHTTPServerTransport

C++

/* TCustomDSRESTServerTransport.Destroy */ inline __fastcall virtual ~TDSHTTPServerTransport() { }

Description

Frees a TDSHTTPServerTransport instance.

Call the Destroy method to free an instance of the TDSHTTPServerTransport class.

See Also