Datasnap.DSHTTPCommon.TDSHTTPResponse.SetResponseText

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: protected
Source:
Datasnap.DSHTTPCommon.pas
Datasnap.DSHTTPCommon.hpp
Unit: Datasnap.DSHTTPCommon
Parent: TDSHTTPResponse

Delphi

procedure SetResponseText(const Value: string); virtual; abstract;

C++

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

Description

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