Member variable XbpWindow():tabStop Foundation

Allows the Xbase Part to be accessed during navigation with the Tab key.

Attribute: EXPORTED
Data type: Logical (.F.)
Description

By default the instance variable :tabStop contains the value .F. (false) and the Xbase Part is ignored during navigation using the tab key. When the value is .T. (true), focus can be set to the Xbase Part when using the Tab key.

When logical groups are defined in a dialog using :group, :tabStop is usually set to .T. (true) for the first dialog element in the group. This allows the first dialog element of a group to be activated using the Tab key.

If the parent of the object is an instance of the XbpCrt class, Tab key management is performed only if XbpCrt:useShortCuts is set to .T. (true)!

Feedback

If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.