Datasnap.DSHTTPCommon.TDSJsonResponseHandler

From RAD Studio API Documentation
Jump to: navigation, search

Datasnap.DSHTTPCommon.TDSServiceResponseHandlerData.DBXCommon.TRequestCommandHandlerSystem.TObjectTDSJsonResponseHandler
[–] Properties
Type: class
Visibility: public
Source:
Datasnap.DSHTTPCommon.pas
Datasnap.DSHTTPCommon.hpp
Unit: Datasnap.DSHTTPCommon
Parent: Datasnap.DSHTTPCommon

Delphi

TDSJsonResponseHandler = class abstract(TDSServiceResponseHandler)

C++

class PASCALIMPLEMENTATION TDSJsonResponseHandler : public TDSServiceResponseHandler

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