RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
THTMLTableElementAttributes.Align Property

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

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

Set Align to indicate the desired horizontal alignment of the contents of the cell or cells indicated by the table element. Align indicates the desired value of the Align option of the HTML tag for the table element. 

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

The Align property of table data cells or header cells overrides the Align 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!