TTMSFNCDataGridFormatRuleItem.Value1 Property
The first reference value compared against the cell value or text.
API unit family: TMSFNCDataGridConditionalFormatting
Declaring type: TTMSFNCDataGridFormatRuleItem
Type: string
Syntax
property Value1: string;
Remarks
For a grtText rule this is a wildcard pattern: * matches any run of characters and ? matches a single one, so gfcEqual with S* matches every value starting with S. Matching honours CaseSensitive.