To meet your needs, we constantly work to improve Querix products.
This means that Lycia documentation is developing as well.
In case you have found a certain dissonance between the provided information and the actual behavior of Lycia 3 and/or your applications, please, let us know about this via documentation@querix.com so that we can introduce the necessary changes to our documentation.
Thank you for your attention and cooperation.
ComboBoxItem is used to specify the set of the items that will be available in the ComboBox dropdown list.
To add a ComboBox item, select it in the Palette view and then click on the target ComboBox widget in the form:
The ComboBox Items can be selected in the Structure view for the further editing:
Each ComboBoxItem needs two values to be specified: text and value.
During INPUT WITHOUT DEFAULTS and DISPLAY statement execution the combobox displays the item the Value property of which matches the value of the related variable.
You cannot specify some range to be passed to the combo box list, only separate values. To let the user choose from a given range, use the Spinner and Slider widgets.