RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdapterCommandColumn.VAlign Property

Specifies the vertical alignment of the action control buttons within the column.

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

VAlign controls where the child HTML control are positioned vertically within the cells of this column. VAlign indicates the desired value of the VAlign option of the HTML tag. 

The default value of VAlign is haVDefault, which means the web browser that reads the HTML document vertically positions the control wherever it wishes. 

 

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