Datasnap.DSClientRest.IDSRestCachedJSONValue.GetValue
| [–] Properties | |
|---|---|
| Type: function | |
| Visibility: public | |
| Source: Datasnap.DSClientRest.pas Datasnap.DSClientRest.hpp
| |
| Unit: Datasnap.DSClientRest | |
| Parent: IDSRestCachedJSONValue | |
Delphi
function GetValue(AConnection: TDSRestConnection; AOwnsObject: Boolean = True; const ARequestFilter: string = '')
C++
virtual System::Json::TJSONValue* __fastcall GetValue(TDSRestConnection* AConnection, bool AOwnsObject = true, const System::UnicodeString ARequestFilter = System::UnicodeString()) = 0 ;
Description
Defines the GetValue method.
GetValue defines the GetValue method implemented in the TDSRestCachedJSONValue class.