Control.TabIndex

Syntax

TabIndex: Number;

Description

The TabIndex property determines the order of the control element passing inside the container.

Comments

Any integer number can be the jump index to the TAB key, the number value is above or equal to null. Minor numbers are nearer to the start of the tabulation order.

If the value of the TabIndex property is not set to the control element then the specified element is not highlighted on pressing the TAB key.

Example

To execute the example, create a button (see href="../../components/button/example_simplebutton.htm">Example of Creating a Simple Button). Indicate the value for the TabIndex property in button parameters:

TabIndex: 1

After executing the example on pressing the TAB key the created button is highlighted. Jump index to the TAB - 1 is set to the control.

See also:

Control