API:Datasnap.DSHTTP.TDSHTTPResponseIndy.SetResponseText

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetResponseText(const Value: string); override;

C++

virtual void __fastcall SetResponseText(const System::UnicodeString Value);

Properties

Type Visibility Source Unit Parent
procedure
function
class protected
Datasnap.DSHTTP.pas
Datasnap.DSHTTP.hpp
Datasnap.DSHTTP TDSHTTPResponseIndy

Description

Sets the value of the ResponseText property to the one specified through the parameter.

Datasnap.DSHTTP.TDSHTTPResponseIndy.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.

See Also