Web.DBWeb.TDSTableProducer.CaptionAlignment

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

Delphi

property CaptionAlignment: THTMLCaptionAlignment read FCaptionAlignment

C++

__property THTMLCaptionAlignment CaptionAlignment = {read=FCaptionAlignment, write=SetCaptionAlignment, default=0};

プロパティ

種類 可視性 ソース ユニット
property public
Web.DBWeb.pas
Web.DBWeb.hpp
Web.DBWeb TDSTableProducer

説明

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

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

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

関連項目