WinStudio

Value Is List Index Property

Use the Value Is List Index property to set the value of a component that has a list source, such as a combo box, to an index number.

Setting Description
True A component's value is the zero-based index of the item selected in the list. If the first item is selected, the component's value is set to 0; if the second item is selected, the component's value is set to 1; and so on.
False Default. A component's value is disassociated from the index of the current list.

Related Topics

About List Box, Drop-Down List, Enhanced Combo Box, and Combo Box Components

ListIndex property

NumListRows property