API:Datasnap.DSHTTPWebBroker.TDSHTTPResponseWebBroker.GetContentType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetContentType: string; override;

C++

virtual System::UnicodeString __fastcall GetContentType();

Properties

Type Visibility Source Unit Parent
function class protected
Datasnap.DSHTTPWebBroker.pas
Datasnap.DSHTTPWebBroker.hpp
Datasnap.DSHTTPWebBroker TDSHTTPResponseWebBroker

Description

Returns the value of the ContentType property.

Datasnap.DSHTTPWebBroker.TDSHTTPResponseWebBroker.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.

See Also