RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
THTMLTableAttributes.Border Property

Specifies the thickness of the border drawn around the HTML table.

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

Set Border to specify whether a border should be drawn around the table, and if so, how thick it should be. The thickness specified by any particular value of border depends on the web browser that views the HTML table. For any browser, however, larger numbers indicate thicker borders. A value of -1 indicates that no border should be drawn around the table. 

 

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