Datasnap.DSClientRest.TDSRestProtocolException.ResponseText

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ResponseText: string read FResponseText;

C++

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

Properties

Type Visibility Source Unit Parent
property public
Datasnap.DSClientRest.pas
Datasnap.DSClientRest.hpp
Datasnap.DSClientRest TDSRestProtocolException

Description

Read-only property that provides the response text.

Read the ResponseText property to obtain the response text passed in as parameter when the instance of TDSRestProtocolException was created.

See Also