RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TGridRowAttributes.VAlign Property

Specifies the vertical alignment within the cells of the HTML table body or header.

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

Set VAlign to indicate the desired vertical alignment of the contents of each cell. VAlign indicates the desired value of the VAlign option of the <TR> tag for the table rows or header. 

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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!