API:Web.HTTPProd.THTMLTableAttributes.Create

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

Delphi

constructor Create(Producer: TCustomContentProducer);

C++

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

プロパティ

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

説明

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

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

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

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

関連項目