Data.DbxHTTPLayer.TDSHTTPClient.ResponseText

From RAD Studio API Documentation
Jump to: navigation, search

[–] 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.

See Also