REST.HttpClient.TRESTHTTP.ResponseText

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property ResponseText: string read GetResponseText;

C++

__property System::UnicodeString ResponseText = {read=GetResponseText};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
REST.HttpClient.pas
REST.HTTPClient.hpp
REST.HttpClient TRESTHTTP


Beschreibung

Ruft den HTTP-Statustext der letzten Anforderung ab.

Siehe auch