Datasnap.DSClientRest.TDSRestCachedItem.GetJSONValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetJSONValue(AConnection: TDSRestConnection; AOwnsObject: Boolean; const ARequestFilter: string)

C++

System::Json::TJSONValue* __fastcall GetJSONValue(TDSRestConnection* AConnection, bool AOwnsObject, const System::UnicodeString ARequestFilter);

Properties

Type Visibility Source Unit Parent
function protected
Datasnap.DSClientRest.pas
Datasnap.DSClientRest.hpp
Datasnap.DSClientRest TDSRestCachedItem

Description

Returns a JSON value.

The GetJSONValue method is used to return a JSON value.

See Also