TTMSFNCDataGridHilightOptions Record
Runtime options that control which cells the grid highlights: whether fixed header/footer cells are included, case sensitivity, full-text matching, the highlight scope (cell, row, or entire grid), and an optional anchor column/row for column- or row-scoped highlights.
API unit family: TMSFNCDataGridRenderer
Syntax
TTMSFNCDataGridHilightOptions = record
Fields and properties
| Name | Type | Description |
|---|---|---|
CaseSensitive |
Boolean |
True when uppercase and lowercase letters must match exactly. |
Column |
Integer |
Restricts the search to this column; -1 searches every column. |
FullText |
Boolean |
True when the whole cell value must equal the search text, rather than merely contain it. |
IncludeFixed |
Boolean |
True when fixed rows and columns are searched as well as the data cells. |
Mode |
TTMSFNCDataGridHilightMode |
How matches are treated, for example whether they are highlighted or selected. |
Row |
Integer |
Restricts the search to this row; -1 searches every row. |