Table of Contents

TTMSFNCDataGridFormatRuleItem.EffectiveExpression Method

The expression as evaluated. An expression that names no column with [ ] is applied to this rule's own Column, so a bare condition such as =M* or >1000 works the way a filter condition does.

API unit family: TMSFNCDataGridConditionalFormatting Declaring type: TTMSFNCDataGridFormatRuleItem

Syntax

function EffectiveExpression(const AProvider: ITMSFNCDataGridFormatProvider): string;

Parameters

Name Description
AProvider Grid the rule belongs to, used to name the column.

Returns

Expression the filter engine is given.