Web.HTTPProd.TCustomPageProducer

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

Web.HTTPProd.TBasePageProducerWeb.HTTPApp.TCustomContentProducerSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTCustomPageProducer

Delphi

TCustomPageProducer = class(TBasePageProducer)

C++

class PASCALIMPLEMENTATION TCustomPageProducer : public TBasePageProducer

プロパティ

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

説明

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

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

関連項目