Datasnap.DSHTTPCommon.TDSJsonResponseHandler.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TDSJsonResponseHandler();

Properties

Type Visibility Source Unit Parent
destructor public
Datasnap.DSHTTPCommon.pas
Datasnap.DSHTTPCommon.hpp
Datasnap.DSHTTPCommon 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