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.
The GetResponseText method is the read implementation of the ResponseText property.