TRVTableCellData.BorderLightColor

<< Click to display table of contents >>

TRVTableCellData.BorderLightColor

"Light" color of 3d border for this cell

property BorderLightColor: TRVColor;

(introduced in version 1.6)

If this value of this property is rvclNone, the cell uses table.CellBorderLightColor.

This value defines light color of 3d border.

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

Default value:

rvclNone

See also properties:

▪BorderColor;

▪Color.

See also properties of table:

▪CellBorderColor;

▪BorderColor;

▪CellBorderStyle.