API:Bde.DBBdeWeb.TQueryTableProducer.CaptionAlignment

Aus RAD Studio API Documentation

Delphi

property CaptionAlignment: THTMLCaptionAlignment read FCaptionAlignment write SetCaptionAlignment default 0;

C++

__property CaptionAlignment = {default=0};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property published
Bde.DBBdeWeb.pas
Bde.DBBdeWeb.hpp
Bde.DBBdeWeb TQueryTableProducer

Beschreibung

Gibt an, wo der Caption-String relativ zur HTML-Tabelle angezeigt wird. {{#multireplace:Bde.DBBdeWeb.TQueryTableProducer.CaptionAlignment|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} erbt von {{#multireplace:Web.DBWeb.TDSTableProducer.CaptionAlignment|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. Der folgende Inhalt bezieht sich auf {{#multireplace:Web.DBWeb.TDSTableProducer.CaptionAlignment|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

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