API:Bde.DBBdeWeb.TQueryTableProducer.CaptionAlignment

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

Delphi

property CaptionAlignment: THTMLCaptionAlignment read FCaptionAlignment write SetCaptionAlignment default 0;

C++

__property CaptionAlignment = {default=0};

プロパティ

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

説明

HTML テーブルに対してどの位置に Caption 文字列を表示するかを指定します。

Bde.DBBdeWeb.TQueryTableProducer.CaptionAlignment は Web.DBWeb.TDSTableProducer.CaptionAlignment を継承しています。以下の内容はすべて Web.DBWeb.TDSTableProducer.CaptionAlignment を参照しています。

HTML テーブルに対してどの位置に Caption 文字列を表示するかを指定します。

CaptionAlignment プロパティを設定すると,Caption 文字列を HTML テーブルの上に表示するか下に表示するかを指定できます。

CaptionAlignment は HTML の CAPTION タグにおける ALIGN オプションの値です。

関連項目