Table of Contents

TTMSFNCDataGridConditionalFormatting.AddIconSet Method

Adds a grtIconSet rule that paints a threshold-based icon over a column's values.

API unit family: TMSFNCDataGridConditionalFormatting Declaring type: TTMSFNCDataGridConditionalFormatting

Syntax

function AddIconSet(AColumn: Integer; AKind: TTMSFNCDataGridIconSetKind): TTMSFNCDataGridFormatRuleItem;

Parameters

Name Description
AColumn Zero-based column index the rule applies to.
AKind The predefined icon family to use.

Returns

The newly added rule.