API:Datasnap.DSCommon.TDSClientCallbackChannelManager.TDSChannelCallback.Execute

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

Delphi

function Execute(const Arg: TJSONValue): TJSONValue; override;

C++

virtual System::Json::TJSONValue* __fastcall Execute(System::Json::TJSONValue* const Arg)/* overload */;
inline System::TObject* __fastcall  Execute(System::TObject* Arg){ return Data::Dbxjson::TDBXCallback::Execute(Arg); }

プロパティ

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

説明

クライアント側のコールバック ロジックを保持します。

Datasnap.DSCommon.TDSClientCallbackChannelManager.TDSChannelCallback.Execute は Data.DBXJSON.TDBXCallback.Execute を継承しています。以下の内容はすべて Data.DBXJSON.TDBXCallback.Execute を参照しています。

クライアント側のコールバック ロジックを保持します。

Execute メソッドをオーバーライドすると、クライアント側のコールバックのロジックを実装することができます。

関連項目