RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TGridAttributes.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 in a layout group. 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) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!