Web.DBWeb.TDSTableProducer.CaptionAlignment
Delphi
property CaptionAlignment: THTMLCaptionAlignment read FCaptionAlignment
C++
__property THTMLCaptionAlignment CaptionAlignment = {read=FCaptionAlignment, write=SetCaptionAlignment, default=0};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | Web.DBWeb.pas Web.DBWeb.hpp |
Web.DBWeb | TDSTableProducer |
Description
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.