REST.Response.Adapter.TRESTResponseJSON.HasResponseContent

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function HasResponseContent: Boolean;

C++

bool __fastcall HasResponseContent();

Eigenschaften

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


Beschreibung

Gibt an, ob der Antwortinhalt vorhanden ist. Der Typ des Antwortinhalts ist immer TJSONValue.

Siehe auch