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