API:Datasnap.DSCommon.TDSClientCallbackChannelManager.TDSChannelCallback.Execute

From RAD Studio API Documentation
Jump to: navigation, search

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); }

Properties

Type Visibility Source Unit Parent
function public
Datasnap.DSCommon.pas
Datasnap.DSCommon.hpp
Datasnap.DSCommon TDSChannelCallback

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.

See Also