Datasnap.DSHTTPCommon.TDSHTTPResponse.GetResponseText
Delphi
function GetResponseText: string; virtual; abstract;
C++
virtual System::UnicodeString __fastcall GetResponseText(void) = 0 ;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | protected | Datasnap.DSHTTPCommon.pas Datasnap.DSHTTPCommon.hpp |
Datasnap.DSHTTPCommon | TDSHTTPResponse |
Description
Returns the value of the ResponseText property.
The GetResponseText method is the read implementation of the ResponseText property.