Datasnap.DSClientRest.TDSRestCachedJSONValue.GetValue
[–] Properties | |
---|---|
Type: function | |
Visibility: public | |
Source: Datasnap.DSClientRest.pas Datasnap.DSClientRest.hpp
| |
Unit: Datasnap.DSClientRest | |
Parent: TDSRestCachedJSONValue |
Delphi
function GetValue(AConnection: TDSRestConnection; AOwnsObject: Boolean = True; const ARequestFilter: string = '')
C++
System::Json::TJSONValue* __fastcall GetValue(TDSRestConnection* AConnection, bool AOwnsObject = true, const System::UnicodeString ARequestFilter = System::UnicodeString());
Description
Returns a DataSnap REST cached JSON value.
The GetValue method is used to return a DataSnap REST cached JSON value.