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