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