Web.DBWeb.TDSTableProducer.CaptionAlignment

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property CaptionAlignment: THTMLCaptionAlignment read FCaptionAlignment  write SetCaptionAlignment default caDefault;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
Web.DBWeb.pas
Web.DBWeb.hpp
Web.DBWeb TDSTableProducer

Beschreibung

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.

Siehe auch