API:Datasnap.DSHTTP.TDSHTTPResponseIndy.GetContentType

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

Delphi

function GetContentType: string; override;

C++

virtual System::UnicodeString __fastcall GetContentType();

プロパティ

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

説明

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

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

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

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

関連項目