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