Table of Contents

TTMSFNCDataGridFormatComparison Enumeration

Comparison operator used by grtCellValue, grtText, and grtDate rules.

API unit family: TMSFNCDataGridConditionalFormatting

Members

Name Description
gfcEqual The value equals the reference value. For a grtText rule the reference value is a wildcard pattern (*, ?).
gfcNotEqual The value does not equal the reference value.
gfcGreater The value is greater than the reference value.
gfcGreaterEqual The value is greater than or equal to the reference value.
gfcLess The value is less than the reference value.
gfcLessEqual The value is less than or equal to the reference value.
gfcBetween The value falls between Value1 and Value2, inclusive.
gfcNotBetween The value falls outside the range between Value1 and Value2.
gfcContains The text contains the reference text.
gfcNotContains The text does not contain the reference text.
gfcBeginsWith The text begins with the reference text.
gfcEndsWith The text ends with the reference text.