RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
THTMLTableColumn.VAlign Property

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

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

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 wherever it wishes. 

 

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