Web.HTTPProd.THTMLTableElementAttributes.VAlign

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property VAlign: THTMLVAlign read FVAlign write SetVAlign default haVDefault;

C++

__property THTMLVAlign VAlign = {read=FVAlign, write=SetVAlign, default=0};

Properties

Type Visibility Source Unit Parent
property published
Web.HTTPProd.pas
Web.HTTPProd.hpp
Web.HTTPProd THTMLTableElementAttributes

Description

Specifies the vertical alignment of the contents of the HTML table element.

Set VAlign to indicate the desired vertical alignment of the contents of the HTML table element. VAlign indicates the desired value of the VAlign option of the HTML tag for the table element.

The default value of VAlign is haVDefault, which means the web browser that reads the HTML document positions the contents of cells in the table element wherever it wishes vertically.

The VAlign property of table data cells or header cells overrides the VAlign property of the table row in which they appear.

See Also