EMS.Services.IEMSResourceResponseContent.TryGetValue

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function TryGetValue(out AJSONValue: TJSONValue): Boolean;

C++

virtual bool __fastcall TryGetValue(/* out */ System::Json::TJSONValue* &AJSONValue) = 0 ;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
EMS.Services.pas
EMS.Services.hpp
EMS.Services IEMSResourceResponseContent


Beschreibung

Wenn der Antwortinhalt ein gültiges JSON-Array ist, füllt TryGetValue AJSONValue mit dem Antwortinhalt als Instanz von TJSONValue und gibt True zurück. Andernfalls gibt TryGetValue False zurück.

Siehe auch