API:Datasnap.DSHTTP.TDSHTTPResponseIndy.GetResponseText
| [–] Properties | |
|---|---|
| Type: function | |
| Visibility: class protected | |
| Source: Datasnap.DSHTTP.pas Datasnap.DSHTTP.hpp | |
| Unit: Datasnap.DSHTTP | |
| Parent: TDSHTTPResponseIndy | |
Delphi
function GetResponseText: string; override;
C++
virtual System::UnicodeString __fastcall GetResponseText();
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.