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.
Sorted Property Details
  Summary  Details  Example                Contents  Index  Back
──────────────────────────────────────────────────────────────────────────────
 [form.]{combobox. | listbox.}Sorted
 
 Usage Notes
   ■ Warning: Be careful when specifying an index using the ADDITEM method.
     If the index causes an element to be added to a specific location that
     violates the sort order, subsequent additions may not be properly
     sorted. See: ADDITEM Method
 
   ■ Once you set this property, Visual Basic handles all necessary string
     processing to maintain alphabetical order, including reestablishing the
     index numbers that point to list items. This is often required when
     items are added or removed from a list.