Work with item indexes in a combo box or list
- Last UpdatedJul 25, 2024
- 1 minute read
Use the following dotfields to work with the item index of a list box or combo box.
|
Dot Field |
Effect |
|---|---|
|
.TopIndex |
The integer index of the topmost item in the list box. |
|
.NewIndex |
The integer index (tagname) of the last item added to the list box or combo box through the wcAddItem() or wcInsertItem() functions. |
|
.ListIndex |
The index (tagname or number) of the currently selected item in the list. |