RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TFieldText.TabIndex Property

Determines the position of the generated control in the HTML form's tab order.

Pascal
property TabIndex: Integer;
C++
__property int TabIndex;

Use TabIndex to control the order that focus moves between controls when the end-user presses the Tab key. TabIndex specifies the position of the control in the tab order. If TabIndex is less than 0, the HTML tag's TABINDEX option is not set. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!