BBjGrid::getTabActionSkipsNonEditableCells

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

int

getTabActionSkipsNonEditableCells()

Parameters

None.

Return Value

Returns the value last set by setTabActionSkipsNonEditableCells().

Remarks

By default, getTabActionSkipsNonEditableCells() return false.

Example

See Also

BBjAPI

BBjSysGui

BBjControl

BBjWindow

See the BBj Object Diagram for an illustration of the relationship between BBj Objects.