EMS.Services.IEMSResourceResponseContent.GetValue

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function GetValue: TJSONValue;

C++

virtual System::Json::TJSONValue* __fastcall GetValue(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 TJSONValue zurück, wenn der Antwortinhalt ein gültiger JSON-Wert ist. Ansonsten wird eine Exception ausgelöst.

Siehe auch