RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TGridAttributes.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  
Fuchsia  
Gray  
Green  
Lime  
Maroon  
Navy  
Olive  
Purple  
Red  
Silver  
Teal  
White  
Yellow  

Note: The row or heading attributes can override this background color for a portion of the HTML table.
 

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