RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
THTMLTableAttributes.Align Property

Specifies the alignment of the table within the HTML document.

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

Set Align to indicate the desired alignment of the table within the HTML document, or within the cell of a surrounding HTML table object. Align indicates the desired value of the Align option of the HTML table tag. 

The default value of Align is haDefault, which means the web browser that reads the HTML document positions the HTML table where it wants. 

 

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