TabIndex
- Last UpdatedNov 17, 2021
- 1 minute read
The TabIndex property is a read-write property that gets or sets the tab order of the object within its parent form.
Syntax
<objectname>.TabIndex = integer;
Result = <objectname>.TabIndex;
Remarks
This property is only available during design time. This property is not available in the InTouch HMI software.