Web.DBWeb.THTMLCaptionAlignment
Delphi
THTMLCaptionAlignment = (caDefault, caTop, caBottom);
C++
enum DECLSPEC_DENUM THTMLCaptionAlignment : unsigned char { caDefault, caTop, caBottom };
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| enum | public | Web.DBWeb.pas Web.DBWeb.hpp |
Web.DBWeb | Web.DBWeb |
Description
THTMLCaptionAlignment indicates the position of the caption for an HTML table.
THTMLCaptionAlignment can be one of the following values:
| Value | Meaning |
|---|---|
|
caDefault |
The Web browser can position the caption where at will. |
|
caTop |
The caption should appear above the HTML table. |
|
caBottom |
The caption should appear below the HTML table. |