Datasnap.DSHTTPClient.TDSHTTP.ResponseText
| [–] Properties | |
|---|---|
| Type: property | |
| Visibility: public | |
| Source: Datasnap.DSHTTPClient.pas Datasnap.DSHTTPClient.hpp
| |
| Unit: Datasnap.DSHTTPClient | |
| Parent: TDSHTTP | |
Delphi
property ResponseText: string read GetResponseText;
C++
__property System::UnicodeString ResponseText = {read=GetResponseText};
Description
Text message received in an HTTP response.
The ResponseText property specifies a text message received in the HTTP response from the server.