Table of Contents

TTMSFNCDataGridFormatRuleItem.WithValue Method

Sets Value1 from a typed value, formatted so the comparison reads it back with the same type.

API unit family: TMSFNCDataGridConditionalFormatting Declaring type: TTMSFNCDataGridFormatRuleItem

Syntax

function WithValue(const AValue: TTMSFNCValue): TTMSFNCDataGridFormatRuleItem;

Parameters

Name Description
AValue The reference value to compare against.

Returns

The rule, so calls can be chained.