RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
THTMLTableElementAttributes.BgColor Property

Specifies the background color of the HTML table element.

Pascal
property BgColor: THTMLBgColor;
C++
__property THTMLBgColor BgColor;

Use BgColor to indicate the desired background color of the HTML table element. The value of BgColor is the name of color. This can be one of the following strings: 

Use the BgColor property of the THTMLTableAttributes object to set a background color for the entire table. Use the BgColor property of the table element attributes object to make a table element stand out from the rest of the table. 

 

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