API:Datasnap.DSCommon.TDSClientCallbackChannelManager.TDSChannelCallback.Execute
| [–] Properties | |
|---|---|
| Type: function | |
| Visibility: public | |
| Source: Datasnap.DSCommon.pas Datasnap.DSCommon.hpp
| |
| Unit: Datasnap.DSCommon | |
| Parent: TDSChannelCallback | |
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); }
Description
Holds the client-side callback logic.
Datasnap.DSCommon.TDSClientCallbackChannelManager.TDSChannelCallback.Execute inherits from Data.DBXJSON.TDBXCallback.Execute. All content below this line refers to Data.DBXJSON.TDBXCallback.Execute.
Holds the client-side callback logic.
Override the Execute method to implement the client-side callback logic.