Datasnap.DSHTTPClient.TDSHTTP.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
Datasnap.DSHTTPClient.pas
Datasnap.DSHTTPClient.hpp
Datasnap.DSHTTPClient TDSHTTP


Beschreibung

In einer HTTP-Antwort empfangene Textbotschaft.

Die Eigenschaft ResponseText gibt eine in der HTTP-Antwort vom Server empfangene Textbotschaft an.

Siehe auch