EMS.Services.IEMSResourceResponseContent.GetObject

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function GetObject: TJSONObject;

C++

virtual System::Json::TJSONObject* __fastcall GetObject(void) = 0 ;

Eigenschaften

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


Beschreibung

Gibt den Antwortinhalt als Instanz von TJSONObject zurück, wenn der Antwortinhalt ein gültiges JSON-Objekt ist. Ansonsten wird eine Exception ausgelöst.

Siehe auch