Web.HTTPProd.THTMLTableAttributes.BgColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BgColor: THTMLBgColor read FBgColor write SetBgColor;

C++

__property THTMLBgColor BgColor = {read=FBgColor, write=SetBGColor};

Properties

Type Visibility Source Unit Parent
property published
Web.HTTPProd.pas
Web.HTTPProd.hpp
Web.HTTPProd THTMLTableAttributes

Description

Specifies the background color of the HTML table.

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.

See Also