Datasnap.DSClientRest.TDSRestCachedItem.GetJSONValueCallback

From RAD Studio API Documentation
Jump to: navigation, search

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

Properties

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

Description

Returns a JSON value callback.

The GetJSONValueCallback method is used to return a JSON value callback.

See Also