TRVReportTableCellData.HighlightColor

<< Click to display table of contents >>

TRVReportTableCellData.HighlightColor

Specifies the color to highlight this cell in the report template.

property HighlightColor: TRVColor;

The cell is highlighted if:

its DataQuery is not empty

the first TRVReportDocObject item in TRichView.DocObjects has HighlightRules = True;

the owner table's Processed = False

The cell is shaded with this color.

A direct assignment to this property cannot be undone by the user. Use Table.SetCellHighlightColor to assign a new value to this property as an editing operation.

Default value:

$41C589 for VCL and LCL; $FF89C541 for FMX

See also

Definitions of Report Workshop terms

TRVRowGenerationCustomRule.HighlightColor

TRVCrossTab.HighlightColor