EMS.Services.IEMSResourceResponseContent.TryGetObject

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function TryGetObject(out AJSONObject: TJSONObject): Boolean;

C++

virtual bool __fastcall TryGetObject(/* out */ System::Json::TJSONObject* &AJSONObject) = 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-Objekt ist, füllt TryGetObject AJSONObject mit dem Antwortinhalt als Instanz von TJSONObject und gibt True zurück. Andernfalls gibt TryGetObject False zurück.

Siehe auch