RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TGridRowAttributes.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 contents of each cell in the table row or header. Align indicates the desired value of the Align option of the <TR> tag. 

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

 

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