Datasnap.DSHTTPCommon.TDSHTTPResponse.GetContentType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetContentType: string; virtual; abstract;

C++

virtual System::UnicodeString __fastcall GetContentType() = 0 ;

Properties

Type Visibility Source Unit Parent
function protected
Datasnap.DSHTTPCommon.pas
Datasnap.DSHTTPCommon.hpp
Datasnap.DSHTTPCommon TDSHTTPResponse

Description

Returns the value of the ContentType property.

The GetContentType method is the read implementation of the ContentType property.

See Also