Table of Contents

TTMSFNCDataGridFormatRuleItem.ForColumn Method

Scopes this rule to a single column.

API unit family: TMSFNCDataGridConditionalFormatting Declaring type: TTMSFNCDataGridFormatRuleItem

Syntax

function ForColumn(AColumn: Integer): TTMSFNCDataGridFormatRuleItem;

Remarks

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

Parameters

Name Description
AColumn The zero-based index of the column the rule applies to.

Returns

This rule, so further configuration calls can be chained.