Web.DBXpressWeb.TSQLQueryTableProducer.CaptionAlignment
Delphi
property CaptionAlignment: THTMLCaptionAlignment read FCaptionAlignment write SetCaptionAlignment default 0;
C++
__property CaptionAlignment = {default=0};
Eigenschaften
| Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet | 
|---|---|---|---|---|
| property | published | Web.DBXpressWeb.pas Web.DBXpressWeb.hpp | Web.DBXpressWeb | TSQLQueryTableProducer | 
Beschreibung
Gibt an, wo der Caption-String relativ zur HTML-Tabelle angezeigt wird.
Web.DBXpressWeb.TSQLQueryTableProducer.CaptionAlignment erbt von Web.DBWeb.TDSTableProducer.CaptionAlignment. Der folgende Inhalt bezieht sich auf Web.DBWeb.TDSTableProducer.CaptionAlignment.
Gibt an, wo der Caption-String relativ zur HTML-Tabelle angezeigt wird.
Mit CaptionAlignment können Sie festlegen, ob der in Caption angegebene String ober- oder unterhalb der HTML-Tabelle angezeigt wird.
CaptionAlignment ist der Wert der Option ALIGN des HTML-Tags CAPTION.