Table of Contents

TTMSFNCDataGridFormatRuleItem.ForEntireRow Method

Makes this rule highlight the entire row, evaluated against the value in one trigger column.

API unit family: TMSFNCDataGridConditionalFormatting Declaring type: TTMSFNCDataGridFormatRuleItem

Syntax

function ForEntireRow(AValueColumn: Integer): TTMSFNCDataGridFormatRuleItem;

Remarks

Sets Scope to grsColumn, assigns Column, and enables ApplyToEntireRow.

Parameters

Name Description
AValueColumn The zero-based index of the column whose value drives the rule.

Returns

This rule, so further configuration calls can be chained.