Bde.DBBdeWeb.TQueryTableProducer.CaptionAlignment
Delphi
property CaptionAlignment: THTMLCaptionAlignment read FCaptionAlignment write SetCaptionAlignment default 0;
C++
__property CaptionAlignment = {default=0};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | published | Bde.DBBdeWeb.pas Bde.DBBdeWeb.hpp |
Bde.DBBdeWeb | TQueryTableProducer |
Description
Specifies where the Caption string should appear relative to the HTML table.
Bde.DBBdeWeb.TQueryTableProducer.CaptionAlignment inherits from Web.DBWeb.TDSTableProducer.CaptionAlignment. All content below this line refers to Web.DBWeb.TDSTableProducer.CaptionAlignment.
Specifies where the Caption string should appear relative to the HTML table. Set CaptionAlignment to specify whether the Caption should appear above or below the HTML table.
CaptionAlignment is the value of the ALIGN option on the HTML CAPTION tag.