Web.WebFileDispatcher.TDispatchFileRequest.SetContentType

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

Delphi

procedure SetContentType(const AValue: string); virtual; abstract;

C++

virtual void __fastcall SetContentType(const System::UnicodeString AValue) = 0 ;

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
Web.WebFileDispatcher.pas
Web.WebFileDispatcher.hpp
Web.WebFileDispatcher TDispatchFileRequest

説明

仮想抽象メソッドです。

SetContentType は仮想抽象メソッドで、派生クラスで実装されます。

関連項目