Datasnap.DSClientRest.TDSRestCachedItem.GetJSONValueCallback
[–] Properties | |
---|---|
Type: function | |
Visibility: protected | |
Source: Datasnap.DSClientRest.pas Datasnap.DSClientRest.hpp
| |
Unit: Datasnap.DSClientRest | |
Parent: TDSRestCachedItem |
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());
Description
Returns a JSON value callback.
The GetJSONValueCallback method is used to return a JSON value callback.