Datasnap.DSHTTPWebBroker.TDSHTTPResponseWebBroker.SetResponseText
| [–] Properties | |
|---|---|
| Type: procedure function
| |
| Visibility: class protected | |
| Source: Datasnap.DSHTTPWebBroker.pas Datasnap.DSHTTPWebBroker.hpp
| |
| Unit: Datasnap.DSHTTPWebBroker | |
| Parent: TDSHTTPResponseWebBroker | |
Delphi
procedure SetResponseText(const Value: String); override;
C++
virtual void __fastcall SetResponseText(const System::UnicodeString Value);
Description
Sets the value of the ResponseText property to the one specified through the parameter.
Datasnap.DSHTTPWebBroker.TDSHTTPResponseWebBroker.SetResponseText inherits from Datasnap.DSHTTPCommon.TDSHTTPResponse.SetResponseText. All content below this line refers to Datasnap.DSHTTPCommon.TDSHTTPResponse.SetResponseText.
Sets the value of the ResponseText property to the one specified through the parameter.
The SetResponseText method is the write implementation of the ResponseText property.