Datasnap.DSHTTP.TDSHTTPResponseIndy.SetContentType

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

Delphi

procedure SetContentType(const Value: string); override;

C++

virtual void __fastcall SetContentType(const System::UnicodeString Value);

プロパティ

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

説明

ContentType プロパティの値を、パラメータで指定されたものに設定します。

SetContentType メソッドは、ContentType プロパティを書き込むための実装です。

関連項目