Web.DBWeb.THTMLTableColumn.BgColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BgColor: THTMLBgColor read FBgColor write SetBgColor;

C++

__property Web::Httpprod::THTMLBgColor BgColor = {read=FBgColor, write=SetBgColor};

Properties

Type Visibility Source Unit Parent
property published
Web.DBWeb.pas
Web.DBWeb.hpp
Web.DBWeb THTMLTableColumn

Description

Specifies the background color of the cells in the column.

Use BgColor to indicate a value for the BgColor option of the HTML TD tag. The value of BgColor is the name of the color.

Use the BgColor property of the THTMLTableAttributes object to set a background color for the entire table. Use the BgColor property of THTMLTableColumn to make a column stand out from the rest of the table.

See Also