Datasnap.DSHTTPCommon.TDSHTTPResponse.ContentText
[–] 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.