API:Datasnap.DSHTTP.TDSHTTPResponseIndy.GetContentType
| [–] Properties | |
|---|---|
| Type: function | |
| Visibility: class protected | |
| Source: Datasnap.DSHTTP.pas Datasnap.DSHTTP.hpp
| |
| Unit: Datasnap.DSHTTP | |
| Parent: TDSHTTPResponseIndy | |
Delphi
function GetContentType: string; override;
C++
virtual System::UnicodeString __fastcall GetContentType();
Description
Returns the value of the ContentType property.
Datasnap.DSHTTP.TDSHTTPResponseIndy.GetContentType inherits from Datasnap.DSHTTPCommon.TDSHTTPResponse.GetContentType. All content below this line refers to Datasnap.DSHTTPCommon.TDSHTTPResponse.GetContentType.
Returns the value of the ContentType property.
The GetContentType method is the read implementation of the ContentType property.