Datasnap.DSHTTPWebBroker.TDSHTTPResponseWebBroker.GetContentType

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function GetContentType: string; override;

C++

virtual System::UnicodeString __fastcall GetContentType();

プロパティ

種類 可視性 ソース ユニット
function class protected
Datasnap.DSHTTPWebBroker.pas
Datasnap.DSHTTPWebBroker.hpp
Datasnap.DSHTTPWebBroker TDSHTTPResponseWebBroker

説明

ContentType プロパティの値を返します。

Datasnap.DSHTTPWebBroker.TDSHTTPResponseWebBroker.GetContentType は Datasnap.DSHTTPCommon.TDSHTTPResponse.GetContentType を継承しています。以下の内容はすべて Datasnap.DSHTTPCommon.TDSHTTPResponse.GetContentType を参照しています。

ContentType プロパティの値を返します。

GetContentType メソッドは、ContentType プロパティを読み取るための実装です。

関連項目