Datasnap.DSHTTPCommon.TDSJsonResponseHandler

From RAD Studio API Documentation

Error: Image is invalid or non-existent.

Delphi

TDSJsonResponseHandler = class abstract(TDSServiceResponseHandler)

C++

class PASCALIMPLEMENTATION TDSJsonResponseHandler : public TDSServiceResponseHandler

Properties

Type Visibility Source Unit Parent
class public
Datasnap.DSHTTPCommon.pas
Datasnap.DSHTTPCommon.hpp
Datasnap.DSHTTPCommon Datasnap.DSHTTPCommon

Description

Base class for response handlers that will translate the DBX commands into JSON.

TDSJsonResponseHandler is the base class for response handlers that will translate the DBX commands into JSON.

See Also