Datasnap.DSHTTPCommon.TDSHTTPResponse.ContentText

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ContentText: string read GetContentText write SetContentText;

C++

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

Properties

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

Description

Specifies the textual content of the HTTP response.

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

See Also