Properties
The following properties are defined in the FocusObject class.
| Name | Access | Type | Initial Value | Description |
|---|---|---|---|---|
| AutoTabFocus | CRW | boolean | $TRUE | Control of focus movement by key operation Added since |
| NextTabKey | CRW | integer | $STD | Keys to move keyboard focus to the next object It is now possible to specify $ END and $ S_END since There are limits in |
| PrevTabKey | CRW | integer | $STD | Keys to move keyboard focus to the previous object Since There are limits in |
| SkipTabFocus | CRW | boolean | $FALSE | Suppression of focus acceptance by key operation Added since |
Access
R: Readable W: Writable C: Initializable