Datasnap.DSHTTPCommon.TDSJsonResponseHandler.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TDSJsonResponseHandler();

Description

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