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.
DropDown Event Details
  Summary  Details  Example                Contents  Index  Back
──────────────────────────────────────────────────────────────────────────────
 SUB ctlname_DropDown ([Index AS INTEGER])
 
 Usage Note
   ■ Use a DropDown event procedure to make final updates to a combo box list
     before the user makes a selection. With this procedure, you can add or
     remove items from the list using the ADDITEM or REMOVEITEM methods. Such
     flexibility is useful in cases where you want some interaction between
     controls ─ for example, when what you want to load into a combo box list
     is based on the user's selection in an option button group.