TTMSFNCDataGridCellState Enumeration
Describes the visual state of a grid cell, used for appearance lookup in the renderer's style collections.
API unit family: TMSFNCDataGridCell
Members
| Name | Description |
|---|---|
gcsNormal |
Default state for an editable data cell with no special focus or selection. |
gcsFocused |
The cell currently holds keyboard focus. |
gcsFixed |
A fixed header or footer cell (non-scrollable). |
gcsFixedSelected |
A fixed header or footer cell that also falls within the current selection range. |
gcsSelected |
A data cell included in the current selection. |