
BBjInputD::getPassEnter
Description
In BBj 4.0 and higher, this method returns whether the BBjInputD control passes the ENTER key to the top-level window.
Syntax
Return Value |
Method |
boolean |
getPassEnter() |
Parameters
None.
Return Value
Returns whether the ENTER key is passed to the top-level window (0 = Not passed, 1 = Passed).
Remarks
By default, the ENTER key is not passed.
Example
REM Determine if an InputD control is to pass the ENTER key notification to a top level window |
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.