Data.DbxHTTPLayer.TDSHTTPClient.ResponseText
[–] Properties | |
---|---|
Type: property | |
Visibility: public | |
Source: Data.DbxHTTPLayer.pas Data.DbxHTTPLayer.hpp
| |
Unit: Data.DbxHTTPLayer | |
Parent: TDSHTTPClient |
Delphi
property ResponseText: string read GetResponseText;
C++
__property System::UnicodeString ResponseText = {read=GetResponseText};
Description
Represents the textual message received in an HTTP response.
The ResponseText property specifies the textual message received in an HTTP response.