TTMSFNCDataGridTabKeyHandling Enumeration
Determines what the Tab key does.
API unit family: TMSFNCDataGridRenderer
Members
| Name | Description |
|---|---|
gtkhNextControl |
Moves focus to the next control outside the grid. |
gtkhNextCell |
Moves focus to the next grid cell. |
gtkhMixed |
Uses Tab inside the grid and Ctrl+Tab to move between controls. |