Datasnap.DSServer.TDSCallbackTunnelBufferItem.Response

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
Datasnap.DSServer.pas
Datasnap.DSServer.hpp
Unit: Datasnap.DSServer
Parent: TDSCallbackTunnelBufferItem

Delphi

property Response: TJSONValue read FResponse write FResponse;

C++

__property System::Json::TJSONValue* Response = {read=FResponse, write=FResponse};

Description

Specifies the response from the callback channel.

The Response property is a TJSONValue containing the response from the callback channel.