Datasnap.DSClientRest.TDSRestCachedItem.GetJSONValueCallback

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function GetJSONValueCallback(AConnection: TDSRestConnection; ACallBack: TGetJSONValueCallback;  AOwnsObject: Boolean = True; const ARequestFilter: string = ''): TJSONValue;

C++

System::Json::TJSONValue* __fastcall GetJSONValueCallback(TDSRestConnection* AConnection, _di_TGetJSONValueCallback ACallBack, bool AOwnsObject = true, const System::UnicodeString ARequestFilter = System::UnicodeString());

Propriétés

Type Visibilité  Source Unité  Parent
function protected
Datasnap.DSClientRest.pas
Datasnap.DSClientRest.hpp
Datasnap.DSClientRest TDSRestCachedItem

Description

Renvoie un callback de valeur JSON.

La méthode GetJSONValueCallback est utilisée pour renvoyer un callback de valeur JSON.

Voir aussi