Data.DBXJSON.TDBXCallbackDelegate.Execute

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

virtual System::Json::TJSONValue* __fastcall Execute(System::Json::TJSONValue* const Arg)/* overload */;
virtual System::TObject* __fastcall Execute(System::TObject* Arg)/* overload */;

Properties

Type Visibility Source Unit Parent
function public
Data.DBXJSON.pas
Data.DBXJSON.hpp
Data.DBXJSON TDBXCallbackDelegate

Description

Holds the client-side callback logic.

Override the Execute method to implement the client-side callback logic.

See Also