qck.hlp (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
Index Property
  Summary  Details  Example                Contents  Index  Back
──────────────────────────────────────────────────────────────────────────────
 Sets or returns the number that uniquely identifies a control in a control
 array; read-only at run time.
 
    [form.]ctlname[(arrayindex%)].Index
 
    ■ arrayindex%     Valid settings are:
 
                      Value            Description
                      ═══════════      ═════════════════════════════════════
                      None             (Default) Not part of array; not
                                       available at design time.
                      0 to 32,767      Part of array; specify an integer
                                       greater than or equal to 0 to assign
                                       a control to a control array. Or, if
                                       you specify the same name for two or
                                       more controls through CtlName, the
                                       first unique index available within
                                       the array is automatically assigned.
 
 
 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
    Menu Control                     Option Button Control
    Picture Box Control              Text Box Control
    Timer Control                    Vertical Scroll Bar Control
 
 See Also
    Creating a Control Array         Creating a Menu
    CtlName Property                 Tag Property