TabThrough
TabThrough
When tabbing into grid, tabbing behaves as if each cell is a separate control
Read-only This is a style property that is only available in the forms designer. It is possible to modify this programmatically through the Style property in the Create event.
Applies to: Grid
Introduced in KCML version 6.00
The TabThrough style applies to the whole grid and affects the behaviour of the Tab and Shift-Tab keys.
Normally tabbing steps through every control that has the TabStop style set (usually everything except static labels). A grid is a single control so tabbing onto a grid will cause the current cell to show its focus rectangle, and the next use of Tab will move onto the next control. If the TabThrough style is set, then the grid behaves as if each cell is a single control. In this case, tabbing on the grid will cause the first selectable cell to be selected and subsequent use of the Tab key will cycle through the selectable cells on the grid. After the last selectable cell on the grid, Tab will move to the next control on the form.