API:Datasnap.DSHTTP.TDSCacheResponseHandler.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TDSCacheResponseHandler();

Description

Destroys the TDSJsonResponseHandler instance.

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

Destroys the TDSJsonResponseHandler instance.

Destroy destroys an instance of the TDSJsonResponseHandler class. Destroy also verifies whether the DataSnap service instance is owned by the TDSJsonResponseHandler class and frees up memory accordingly.

See Also