Datasnap.DSHTTPWebBroker.TDSHTTPResponseWebBroker.SetContentText
| [–] Properties | |
|---|---|
| Type: procedure function
| |
| Visibility: class protected | |
| Source: Datasnap.DSHTTPWebBroker.pas Datasnap.DSHTTPWebBroker.hpp
| |
| Unit: Datasnap.DSHTTPWebBroker | |
| Parent: TDSHTTPResponseWebBroker | |
Delphi
procedure SetContentText(const Value: string); override;
C++
virtual void __fastcall SetContentText(const System::UnicodeString Value);
Description
Sets the value of the ContentText property to the one specified through the parameter.
Datasnap.DSHTTPWebBroker.TDSHTTPResponseWebBroker.SetContentText inherits from Datasnap.DSHTTPCommon.TDSHTTPResponse.SetContentText. All content below this line refers to Datasnap.DSHTTPCommon.TDSHTTPResponse.SetContentText.
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.