RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
THTMLTableAttributes.BgColor Property

Specifies the background color of the HTML table.

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

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

 

 

Aqua  
Black  
Blue  
Fuschia  
Gray  
Green  
Lime  
Maroon  
Navy  
Olive  
Purple  
Red  
Silver  
Teal  
White  
Yellow  

Use the BgColor property of the HTML attributes objects for the pieces of the table for more involved color effects. 

 

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