Show: Delphi
C++
Display Preferences
MidItems.TQueryTextArea.TabIndex
From XE2 API Documentation
Delphi
property TabIndex;
C++
__property TabIndex = {default=-1};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | published | MidItems.pas MidItems.hpp |
MidItems | TQueryTextArea |
Description
Determines the position of the generated control in the HTML form's tab order.
MidItems.TQueryTextArea.TabIndex inherits from MidItems.TWebDataDisplay.TabIndex. All content below this line refers to MidItems.TWebDataDisplay.TabIndex.
Determines the position of the generated control in the HTML form's tab order.
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.