Datasnap.DSHTTPCommon.TDSHTTPResponse.ResponseText

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ResponseText: string read GetResponseText write SetResponseText;

C++

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

Properties

Type Visibility Source Unit Parent
property public
Datasnap.DSHTTPCommon.pas
Datasnap.DSHTTPCommon.hpp
Datasnap.DSHTTPCommon TDSHTTPResponse

Description

Represents the textual message received in an HTTP response.

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

See Also