WantTab
Defines whether the OCX container needs to handle Tab keystrokes.
Value |
Description |
---|---|
|
Tab key strokes are handled by Uniface |
|
Tab key strokes are passed to the OCX for handling. |
Usage
Dynamic? |
No |
Supported in Grid? |
No |
Dependencies: |
None |
Description
By default, the Tab key is handled by
Uniface and is used to navigate from one field to another. However, some OCX controls need the
Tab key for their own navigation purposes. In this case, you can set the
WantTab property to True
.
For example, a spreadsheet control may use the Tab key to move the cursor to the next cell. If this property is disabled, the Tab key will move to the next field on the form, not the next cell of the spreadsheet.
Using in ProcScript
This is a static property. It cannot be set in ProcScript.