Overview | System-Objects | Class-Tree | Class-List | Global Functions | Files |

Property of a Class

Set this to a positive value makes the widget able to get the focus.

It even is reachable through the usage of the tab-key.

Widgets with the same tabIndex are handled through there position in the document.


Public Functions

Get

Get current value.

QxWidget.getTabIndex();

Set

Set new value.

QxWidget.setTabIndex(newValue);