advr.hlp (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.
REMOVEITEM Method Details
  Summary  Details  Example                Contents  Index  Back
──────────────────────────────────────────────────────────────────────────────
 [form.]{listbox | combobox}.REMOVEITEM index%
 
 Usage Notes
   ■ Use the List, ListCount, and ListIndex properties to access items
     displayed in the list box at run time.
     See: List Property  ListCount Property  ListIndex Property
 
   ■ ListIndex is set to -1 (no item selected) immediately after a REMOVEITEM
     operation.
 
   ■ If you specify an index% value that does exist, Visual Basic generates
     the error message "Invalid Property Array Index."