API:Datasnap.DSHTTP.TDSDefaultResponseHandler

From RAD Studio API Documentation
Jump to: navigation, search

Datasnap.DSHTTPCommon.TDSJsonResponseHandlerDatasnap.DSHTTPCommon.TDSServiceResponseHandlerData.DBXCommon.TRequestCommandHandlerSystem.TObjectTDSDefaultResponseHandler

Delphi

TDSDefaultResponseHandler = class(TDSJsonResponseHandler)

C++

class PASCALIMPLEMENTATION TDSDefaultResponseHandler : public Datasnap::Dshttpcommon::TDSJsonResponseHandler

Properties

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

Description

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

Datasnap.DSHTTP.TDSDefaultResponseHandler inherits from Datasnap.DSHTTPCommon.TDSJsonResponseHandler. All content below this line refers to Datasnap.DSHTTPCommon.TDSJsonResponseHandler.

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