API:Datasnap.DSHTTPCommon.TDSJsonResponseHandler.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TDSJsonResponseHandler(void);

Properties

Type Visibility Source Unit Parent
destructor public
Datasnap.DSHTTPCommon.pas
Datasnap.DSHTTPCommon.hpp
Datasnap.DSHTTPCommon TDSJsonResponseHandler

Description

Attempts to clear the commands and then to free the commands list.

Datasnap.DSHTTPCommon.TDSJsonResponseHandler.Destroy inherits from Datasnap.DSHTTPCommon.TDSServiceResponseHandler.Destroy. All content below this line refers to Datasnap.DSHTTPCommon.TDSServiceResponseHandler.Destroy.

Attempts to clear the commands and then to free the commands list.

The Destroy destructor attempts to clear the commands and then to free the commands list.

See Also