Datasnap.DSCommon.TDSClientCallbackChannelManager.TDSExecuteThread.Response

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

property Response: TJSONValue read FResponse;

C++

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

Description

Provides the response from the execution of the callback.

The Response property provides the response from the execution of the callback.

See Also