Datasnap.DSCommon.TDSClientCallbackChannelManager.TDSExecuteThread.Response
| [–] 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.