BBjGrid::isEnterAsTab
Description
In BBj 11.00 and higher, this method returns whether pressing Enter while focus is on the grid will be interpreted as though the user had pressed Tab.
Syntax
|
Return Value |
Method |
|
boolean |
isEnterAsTab() |
Parameters
None.
Return Value
Returns whether the ENTER key will be interpreted as TAB when focus is on the grid.
Remarks
This is BBjGrid method; do not confuse it with BBjWindow::isEnterAsTab.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.