Web.HTTPProd.THTMLTableElementAttributes.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 THTMLTableElementAttributes

Description

Specifies the background color of the HTML table element.

Use BgColor to indicate the desired background color of the HTML table element. 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 the table element attributes object to make a table element stand out from the rest of the table.

See Also