Datasnap.DSClientRest.TDSRestProtocolException.ResponseText

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property ResponseText: string read FResponseText;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
Datasnap.DSClientRest.pas
Datasnap.DSClientRest.hpp
Datasnap.DSClientRest TDSRestProtocolException

Beschreibung

Schreibgeschützte Eigenschaft, die den Antworttext bereitstellt.

Mit der Eigenschaft ResponseText wird der Antworttext ermittelt, der bei der Erstellung der TDSRestProtocolException-Instanz als Parameter übergeben wurde.

Siehe auch