API:Datasnap.DSHTTP.TDSCacheResponseHandler

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

TDSCacheResponseHandler = class(TDSJsonResponseHandler)

C++

class PASCALIMPLEMENTATION TDSCacheResponseHandler : public Datasnap::Dshttpcommon::TDSJsonResponseHandler

Description

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

Datasnap.DSHTTP.TDSCacheResponseHandler 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