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

Default implementation of a response handler that returns JSON for all data types, except for the case where the user specifies that he wants a TStream to be returned in the response stream when the TStream is the only output/response parameter of the method being invoked.

See Also