<< Click to display table of contents >> TRVRowGenerationCustomRule.HighlightColor |
Specifies the color to highlight row(s) belonging to this rule in the report template.
property HighlightColor: TRVColor;
The row(s) are highlighted if:
•the first TRVReportDocObject item in TRichView.DocObjects has HighlightRules = True;
•the owner table's Processed = False
•FirstRow and RowCount define the position inside the table.
The rows are shaded with this color.
One of rules in the table can be drawn specially, it is specified in TRVReportTableItemInfo.SelectedRule.
Default value:
$B18419 for VCL and LCL; $FF1984B1 for FMX
See also
•Definitions of Report Workshop terms