Datasnap.DSHTTPCommon.TDSJsonResponseHandler

From RAD Studio API Documentation
Jump to: navigation, search

Datasnap.DSHTTPCommon.TDSServiceResponseHandlerData.DBXCommon.TRequestCommandHandlerSystem.TObjectTDSJsonResponseHandler

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