API:Datasnap.DSHTTP.TDSCacheResponseHandler

From RAD Studio API Documentation

TDSCacheResponseHandlerDatasnap.DSHTTPCommon.TDSJsonResponseHandlerDatasnap.DSHTTPCommon.TDSServiceResponseHandlerData.DBXCommon.TRequestCommandHandlerSystem.TObject

Delphi

TDSCacheResponseHandler = class(TDSJsonResponseHandler)

C++

class PASCALIMPLEMENTATION TDSCacheResponseHandler : 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. {{#multireplace:Datasnap.DSHTTP.TDSCacheResponseHandler|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Datasnap.DSHTTPCommon.TDSJsonResponseHandler|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Datasnap.DSHTTPCommon.TDSJsonResponseHandler|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

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