Datasnap.DSHTTP.TDSHTTPServerTransport.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

C++

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

Properties

Type Visibility Source Unit Parent
destructor public Datasnap.DSHTTP.hpp Datasnap.DSHTTP TDSHTTPServerTransport

Description

Frees a TDSHTTPServerTransport instance.

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

See Also