Product Documentation
Cadence User Interface SKILL Reference
Product Version IC23.1, September 2023

hiGetListBoxValue

hiGetListBoxValue(
o_listBox
)
=> l_stringValues

Description

Provides the value of a list box field as a list of strings. This function is useful when the valueByPosition property of a list box field is set to non-nil, which means its value is managed and reported as a list of integers (indicating position) instead of a list of strings.

The return value of this function does not retain positional information, so if the list box field has multiple identical strings that you identify by their position, no information is provided by the return value.

Argument

o_listBox

Handle to the list box field.

Value Returned

l_stringValues

Value of the list box field as a list of strings.

Related Topics

Form and Field Functions

hiCreateListBoxField


Return to top
 ⠀
X