API:Web.HTTPProd.TPageProducer

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

Web.HTTPProd.TCustomPageProducerWeb.HTTPProd.TBasePageProducerWeb.HTTPApp.TCustomContentProducerSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTPageProducer

Delphi

TPageProducer = class(TCustomPageProducer)

C++

class PASCALIMPLEMENTATION TPageProducer : public TCustomPageProducer

プロパティ

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

説明

TCustomPageProducer は,入力テンプレートに基づいて HTML コマンドの文字列を作成するオブジェクトの基本クラスです。

Web.HTTPProd.TPageProducer は Web.HTTPProd.TCustomPageProducer を継承しています。以下の内容はすべて Web.HTTPProd.TCustomPageProducer を参照しています。

TCustomPageProducer は,入力テンプレートに基づいて HTML コマンドの文字列を作成するオブジェクトの基本クラスです。

TCustomPageProducer は,HTML テンプレートを HTML コマンドの文字列に変換するオブジェクトを定義するときの基本クラスとして使用します。これらの HTML コマンドは Web ブラウザなどのクライアントアプリケーションで解釈されます。HTML テンプレートに含まれる HTML コマンドや HTML 透過タグは,ページプロデューサがカスタマイズした内容に置き換えられます。

関連項目