Datasnap.DSHTTPCommon.TDSHTTPResponse.GetContentType

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

Delphi

function GetContentType: string; virtual; abstract;

C++

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

プロパティ

種類 可視性 ソース ユニット
function protected
Datasnap.DSHTTPCommon.pas
Datasnap.DSHTTPCommon.hpp
Datasnap.DSHTTPCommon TDSHTTPResponse

説明

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

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

関連項目