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.
ListCount Property Details
  Summary  Details  Example                Contents  Index  Back
──────────────────────────────────────────────────────────────────────────────
 [form.]ctlname.ListCount
 
 Usage Notes
   ■ ListCount provides specific information for each control:
 
     Control              Returns
     ══════════════════   ══════════════════════════════════════════════════
     Combo box            The number of items in the list
     Directory list box   The number of subdirectories below the currently
                          expanded directory
     Drive list box       The number of drive connections
     File list box        The number of files in the currently expanded
                          directory that match the Pattern property
     List box             The number of items in the list
     ───────────────────────────────────────────────────────────────────────
     See: Combo Box Control       Directory List Box Control
          Drive List Box Control  File List Box Control
          List Box Control