RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
THTMLTableColumn.Align Property

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

Pascal
property Align: THTMLAlign;
C++
__property THTMLAlign Align;

Set Align to indicate the desired horizontal alignment of text in the cells of the column. Align indicates the desired value of the Align option of the HTML TD tag. 

The default value of Align is haDefault, which means the web browser that reads the HTML document horizontally positions the contents of cells wherever it wishes. 

 

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