Datasnap.DSHTTPCommon.TDSHTTPResponse.GetResponseText

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

function GetResponseText: string; virtual; abstract;

C++

virtual System::UnicodeString __fastcall GetResponseText() = 0 ;

Description

Returns the value of the ResponseText property.

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

See Also