API:Datasnap.DSHTTPCommon.TDSNullResponseHandler

[–] Properties | |
---|---|
Type: class | |
Visibility: public | |
Source: Datasnap.DSHTTPCommon.pas Datasnap.DSHTTPCommon.hpp
| |
Unit: Datasnap.DSHTTPCommon | |
Parent: Datasnap.DSHTTPCommon |
Delphi
TDSNullResponseHandler = class(TDSJsonResponseHandler)
C++
class PASCALIMPLEMENTATION TDSNullResponseHandler : public TDSJsonResponseHandler
Description
Base class for response handlers that will translate the DBX commands into JSON.
Datasnap.DSHTTPCommon.TDSNullResponseHandler 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.