qck.hlp (Table of Contents; Topic list)
TabIndex Property
  Summary  Details  Example                Contents  Index  Back
──────────────────────────────────────────────────────────────────────────────
 Sets or returns a control's position in the tab order within its parent
 form.
 
    [form.]ctlname.TabIndex[ = index%]
 
    ■ index%  Valid settings are:
 
              Value       Description
              ══════════  ══════════════════════════════════════════════════
              0 to (n-1)  Valid range of settings where n is the number of
                          controls on a form with a TabIndex property
 
 Applies To
    Check Box Control                Combo Box Control
    Command Button Control           Directory List Box Control
    Drive List Box Control           File List Box Control
    Frame Control                    Horizontal Scroll Bar Control
    Label Control                    List Box Control
    Option Button Control            Picture Box Control
    Text Box Control                 Vertical Scroll Bar Control
 
 See Also
    Tab Order Definition             TabStop Property