EMS.Services.IEMSResourceResponseContent.GetArray

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function GetArray: TJSONArray;

C++

virtual System::Json::TJSONArray* __fastcall GetArray() = 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 TJSONArray zurück, wenn der Antwortinhalt ein gültiges JSON-Array ist. Ansonsten wird eine Exception ausgelöst.

Siehe auch