Web.HTTPApp.TCustomContentProducer

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

System.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTCustomContentProducer

Delphi

TCustomContentProducer = class(TComponent, ISetAppDispatcher, IProduceContent, IProduceContentFrom)

C++

class PASCALIMPLEMENTATION TCustomContentProducer : public System::Classes::TComponent

プロパティ

種類 可視性 ソース ユニット
class public
Web.HTTPApp.pas
Web.HTTPApp.hpp
Web.HTTPApp Web.HTTPApp

説明

TCustomContentProducer は,送信する HTTP レスポンスメッセージの内容となる文字列を作成するすべてのオブジェクトの基本クラスです。

TCustomContentProducer は,クラスを定義して HTTP レスポンスメッセージの内容を作成するときの基本クラスとして使用します。通常は,コンテンツプロデューサが HTML コマンドの文字列を解釈します。ただし,TCustomContentProducer の下位クラスを定義して有効な MIME タイプを作成することもできます。

関連項目