Datasnap.DSClientRest.IDSRestCachedJSONArray.GetValue
[–] Properties | |
---|---|
Type: function | |
Visibility: public | |
Source: Datasnap.DSClientRest.pas Datasnap.DSClientRest.hpp
| |
Unit: Datasnap.DSClientRest | |
Parent: IDSRestCachedJSONArray |
Delphi
function GetValue(AConnection: TDSRestConnection; AOwnsObject: Boolean = True; const ARequestFilter: string = '')
C++
virtual System::Json::TJSONArray* __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 TDSRestCachedJSONArray class.