Datasnap.DSHTTPWebBroker.TDSHTTPResponseWebBroker.GetResponseText

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: class protected
Source:
Datasnap.DSHTTPWebBroker.pas
Datasnap.DSHTTPWebBroker.hpp
Unit: Datasnap.DSHTTPWebBroker
Parent: TDSHTTPResponseWebBroker

Delphi

function GetResponseText: String; override;

C++

virtual System::UnicodeString __fastcall GetResponseText();

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