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

説明

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

Create を呼び出すと,THTMLTableAttributes オブジェクトを作成および初期化できます。Producer パラメータは HTML テーブルプロデューサを指定します。HTML テーブルプロデューサは,THTMLTableAttributes オブジェクトを使用して,その出力の一部である HTML テーブルの属性を指定します。

継承コンストラクタを呼び出した後,Create メソッドは以下のプロパティを初期化します。

Width プロパティは 100

Border プロパティは -1

CellPadding プロパティは -1

CellSpacing プロパティは -1

関連項目