Web.DBWeb.THTMLTableColumn.VAlign

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property VAlign: THTMLVAlign read FVAlign write SetVAlign default haVDefault;

C++

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

Properties

Type Visibility Source Unit Parent
property published
Web.DBWeb.pas
Web.DBWeb.hpp
Web.DBWeb THTMLTableColumn

Description

Specifies the vertical alignment of the contents of the cells in the column.

Set VAlign to indicate the desired vertical alignment of text in the cells of the column. VAlign indicates the desired value of the VAlign option of the HTML <TD> tag.

The default value of VAlign is haVDefault, which means the web browser that reads the HTML document vertically positions the contents of cells at will.

See Also