Datasnap.DSHTTPCommon.TDSHTTPResponse.SetContentText
Delphi
procedure SetContentText(const Value: string); virtual; abstract;
C++
virtual void __fastcall SetContentText(const System::UnicodeString Value) = 0 ;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
protected | Datasnap.DSHTTPCommon.pas Datasnap.DSHTTPCommon.hpp |
Datasnap.DSHTTPCommon | TDSHTTPResponse |
Description
Sets the value of the ContentText property to the one specified through the parameter.
The SetContentText method is the write implementation of the ContentText property.