Datasnap.DSHTTPCommon.TDSHTTPResponse.ContentText

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 ContentText: string read GetContentText write SetContentText;

C++

__property System::UnicodeString ContentText = {read=GetContentText, write=SetContentText};

Description

Specifies the textual content of the HTTP response.

The ContentText property specifies the textual content of the HTTP response.

See Also