RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
THTMLTableColumn.BgColor Property

Specifies the background color of the cells in the column.

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

Use BgColor to indicate a value for the BgColor option of the HTML TD tag. 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 THTMLTableColumn to make a column 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!