RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
HTTPProd.THTMLBgColor Type

THTMLBgColor represents the background color of an HTML control or text element.

Pascal
THTMLBgColor = type string;
C++
type string THTMLBgColor;

THTMLBgColor describes the value of a BgColor option in an HTML tag. Its value is any string that a Web browser recognizes as the name of a color. Most browser recognize the following strings: 

 

 

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

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!