Datasnap.DSCommon.TDSClientCallbackChannelManager.TDSExecuteThread.Response

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property Response: TJSONValue read FResponse;

C++

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

プロパティ

種類 可視性 ソース ユニット
property public
Datasnap.DSCommon.pas
Datasnap.DSCommon.hpp
Datasnap.DSCommon TDSExecuteThread

説明

コールバック実行による、レスポンスを提供します。

Response プロパティは、コールバック実行によるレスポンスを提供します。

関連項目