Datasnap.DSHTTP.TDSHTTPResponseIndy.GetContentText
[–] Properties | |
---|---|
Type: function | |
Visibility: class protected | |
Source: Datasnap.DSHTTP.pas Datasnap.DSHTTP.hpp
| |
Unit: Datasnap.DSHTTP | |
Parent: TDSHTTPResponseIndy |
Delphi
function GetContentText: string; override;
C++
virtual System::UnicodeString __fastcall GetContentText();
Description
Returns the value of the ContentText property.
The GetContentText method is the read implementation of the ContentText property.