Data.Cloud.CloudAPI.TCloudHTTP.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
Data.Cloud.CloudAPI.pas
Data.Cloud.CloudAPI.hpp
Data.Cloud.CloudAPI TCloudHTTP


Beschreibung

Gibt den Antworttext für eine HTTP- oder HTTPS-Anforderung an, die dieser Instanz zugeordnet ist.

Siehe auch