API:Datasnap.DSHTTPWebBroker.TDSHTTPResponseWebBroker.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.DSHTTPWebBroker.pas
Datasnap.DSHTTPWebBroker.hpp
Datasnap.DSHTTPWebBroker TDSHTTPResponseWebBroker

Description

Returns the value of the ResponseText property.

Datasnap.DSHTTPWebBroker.TDSHTTPResponseWebBroker.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