RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
THTMLTableElementAttributes.VAlign Property

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

Pascal
property VAlign: THTMLVAlign;
C++
__property THTMLVAlign VAlign;

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!