API:Bde.DBBdeWeb.TQueryTableProducer.TableAttributes

提供:RAD Studio API Documentation

Delphi

property TableAttributes: THTMLTableAttributes read FTableAttributes write SetTableAttributes;

C++

__property TableAttributes;

プロパティ

種類 可視性 ソース ユニット
property published
Bde.DBBdeWeb.pas
Bde.DBBdeWeb.hpp
Bde.DBBdeWeb TQueryTableProducer

説明

TDSTableProducer が作成する HTML テーブル全体に対する表示属性を指定します。 {{#multireplace:Bde.DBBdeWeb.TQueryTableProducer.TableAttributes|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} は {{#multireplace:Web.DBWeb.TDSTableProducer.TableAttributes|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} を継承しています。以下の内容はすべて {{#multireplace:Web.DBWeb.TDSTableProducer.TableAttributes|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} を参照しています。

TDSTableProducer が作成する HTML テーブル全体に対する表示属性を指定します。

HTML の TABLE タグの表示属性を記述する THTMLTableAttributes オブジェクトを TableAttributes に設定します。TableAttributes を設定すると,TDSTableProducer によって内部的に格納された THTMLTableAttributes オブジェクトの Assign メソッドが呼び出されます。したがって,TableAttributes プロパティに割り当てられたテーブル属性オブジェクトのメモリは TDSTableProducer によって所有されたり解放されたりすることはありません。

メモ:  テーブル属性オブジェクトが別のテーブル属性オブジェクトに割り当てられる場合,すべてのプロパティがコピーされるわけではありません。TableAttributes によって表されるすべての属性を正しく設定するには,TableAttributes を読み出して THTMLTableAttributes オブジェクトの個々のプロパティを設定してください。

関連項目