ListCount Properties
Returns the number if items in the specified list. Read only. Available only at run time.
Syntax
object.RLListCount [= number ]
object.LLListCount [= number ]
The syntax of the ListCount properties has these parts:
| Part | Description |
| object | A DCombo control. |
| number | The number of items in the specified list. |
Remarks
ListCount always returns one more than the largest ListIndex value.
Data Type
Integer