RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
THTMLTableAttributes.Width Property

Specifies the width of the entire HTML table.

Pascal
property Width: Integer;
C++
__property int Width;

Set Width to indicate the desired width of the HTML table as a percentage of the width of the web browser window. If the value of Width is too small for the contents of the table, the web browser will ignore this property. 

The default value of Width is 100, meaning the table will span the entire browser window. In this case, the value of the Align property is meaningless. 

 

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