Web.HTTPProd.TPageProducer

提供:RAD Studio API Documentation

TPageProducerWeb.HTTPProd.TCustomPageProducerWeb.HTTPProd.TBasePageProducerWeb.HTTPApp.TCustomContentProducerSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObject

Delphi

TPageProducer = class(TCustomPageProducer)

C++

class PASCALIMPLEMENTATION TPageProducer : public TCustomPageProducer

プロパティ

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


説明

TPageProducer は、入力テンプレートを基に、HTML コマンドの文字列を生成します。

TPageProducer を使用すると、HTML テンプレートを HTML コマンドの文字列に変換します。このコマンド文字列は、Web ブラウザといったクライアント アプリケーションによって解釈されます。 Web Broker アプリケーションでは、HTML テンプレートは、HTML コマンドおよび HTML 透過タグを含んでおり、このタグは OnHTMLTag イベントによって、カスタマイズされたコンテンツに置き換えられます。

関連項目