API:Datasnap.DSHTTP.TDSHTTPResponseIndy.GetResponseText

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetResponseText: string; override;

C++

virtual System::UnicodeString __fastcall GetResponseText();

Properties

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

Description

Returns the value of the ResponseText property.

Datasnap.DSHTTP.TDSHTTPResponseIndy.GetResponseText inherits from Datasnap.DSHTTPCommon.TDSHTTPResponse.GetResponseText. All content below this line refers to Datasnap.DSHTTPCommon.TDSHTTPResponse.GetResponseText.

Returns the value of the ResponseText property.

The GetResponseText method is the read implementation of the ResponseText property.

See Also