Web.HTTPProd.THTMLTagAttributes.Producer

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

Delphi

property Producer: TCustomContentProducer read FProducer;

C++

__property Web::Httpapp::TCustomContentProducer* Producer = {read=FProducer};

プロパティ

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

説明

THTMLTagAttributes オブジェクトを使用して,作成したコンテンツの HTML タグのオプションを表すコンテンツプロデューサを示します。

Producer プロパティは,THTMLTagAttributes オブジェクトを使用している HTML テーブルプロデューサにアクセスできます。THTMLTagAttributesOnChange イベントハンドラの Producer プロパティを使用して,自身が指定する属性の変更を TCustomContentProducer に通知できます。

関連項目