EMS.Services.IEMSResourceResponseContent.GetObject
Delphi
function GetObject: TJSONObject;
C++
virtual System::Json::TJSONObject* __fastcall GetObject() = 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.