Web.HTTPProd.THTMLTagAttributes.Create

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

Delphi

constructor Create(Producer: TCustomContentProducer);

C++

__fastcall THTMLTagAttributes(Web::Httpapp::TCustomContentProducer* Producer);

プロパティ

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

説明

CreateTHTMLTagAttributes のインスタンスを作成します。

Create コンストラクタを呼び出すと,THTMLTagAttributes のインスタンスを実行時に作成および初期化できます。継承コンストラクタを呼び出した後,Create コンストラクタは Producer プロパティを Producer パラメータの値に設定します。

関連項目