TRVTableCellData.Color

<< Click to display table of contents >>

TRVTableCellData.Color

Background color of the cell

property Color: TRVColor;

Set to rvclNone for default background.

This property corresponds to <td bgcolor> in HTML.

A direct assignment to this property cannot be undone/redone by user, use table.SetCellColor.

If this property is equal to clNone, a color of a row/column can be used.

Default value:

rvclNone

See also properties:

▪BorderColor;

▪BorderLightColor.

See also properties of table:

▪Color;

▪CellOverrideColor;

▪CellBorderColor;

▪CellBorderLightColor.