Datasnap.DSClientRest.TDSRestProtocolException.ResponseText
[–] Properties | |
---|---|
Type: property | |
Visibility: public | |
Source: Datasnap.DSClientRest.pas Datasnap.DSClientRest.hpp
| |
Unit: Datasnap.DSClientRest | |
Parent: TDSRestProtocolException |
Delphi
property ResponseText: string read FResponseText;
C++
__property System::UnicodeString ResponseText = {read=FResponseText};
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.