Data.DbxHTTPLayer.TDSHTTPClient.ResponseText

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also