REST.Response.Adapter.TRESTResponseJSON.HasJSONResponse

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function HasJSONResponse: Boolean;

C++

bool __fastcall HasJSONResponse();

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function protected
REST.Response.Adapter.pas
REST.Response.Adapter.hpp
REST.Response.Adapter TRESTResponseJSON


Beschreibung

Gibt an, ob eine JSON-Antwort vorhanden ist. Der Typ des Antwortinhalts ist immer TJSONValue.

Siehe auch