Datasnap.DSHTTPCommon.TDSHTTPResponse.ResponseText

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
Datasnap.DSHTTPCommon.pas
Datasnap.DSHTTPCommon.hpp
Unit: Datasnap.DSHTTPCommon
Parent: TDSHTTPResponse

Delphi

property ResponseText: string read GetResponseText write SetResponseText;

C++

__property System::UnicodeString ResponseText = {read=GetResponseText, write=SetResponseText};

Description

Represents the textual message received in an HTTP response.

The ResponseText property specifies the textual message received in an HTTP response.

See Also