TRVTableCellData.BorderColor

<< Click to display table of contents >>

TRVTableCellData.BorderColor

Color of border for this cell.

property BorderColor: TRVColor

(introduced in version 1.6)

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

This value defines color of flat border around the cell or "dark" color of 3d border.

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

Default value:

rvclNone

See also properties:

BorderLightColor;

Color.

See also properties of table:

CellBorderColor;

BorderColor;

CellBorderStyle.