BBjGrid::setTabAction
Description
In BBj 5.00 and higher, this method sets the current tab action in the BBjGrid.
Syntax
Return Value |
Method |
void |
setTabAction(int action) |
Parameters
Actions must be one of the following constants.
*Visible column or cell has a width greater than zero
Return Value
None.
Remarks
By default, TabAction is GRID_NAVIGATE_COLUMN_THEN_CONTROL. If TabAction is set to GRID_NAVIGATE_COLUMN_THEN_WRAP or to GRID_NAVIGATE_GRID, then it is not possible to tab out of the grid.
Example
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.