TRVTableCellData.Opacity

<< Click to display table of contents >>

TRVTableCellData.Opacity

Opacity of cell background

property Opacity: TRVOpacity;

(introduced in version 16)

This value is used if the cell color<>clNone. The opacity is applied only to the background color filling, not to the background image.

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

The cell color is specified in Color property. If Color=clNone, the default row/column color is used.

Default value:

100000 (i.e. 100%)

See also properties of table:

Opacity