BBjGrid::setTabActionSkipsNonEditableCells
Description
When the user presses Tab key while focus is on a grid cell, the focus will move based on the current TabAction of the grid (see getTabAction, setTabAction). If the program has called setTabActionSkipsNonEditableCells(TRUE) then the focus will skip any cells that are not editable.
Syntax
|
Return Value |
Method |
|
void |
setTabActionSkipsNonEditableCells(int skips) |
Parameters
|
Variable |
Description |
|
skips |
A non-zero value causes cells to be skipped. A zero value causes cells to not be skipped. |
Return Value
None.
Remarks
When the user presses TAB key while focus is on a grid cell, the focus will move based on the current TabAction of the grid (see getTabAction, setTabAction). If the program has called setTabActionSkipsNonEditableCells(TRUE), then the focus will skip any cells that are not editable.
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.