Unsure of your question ? The text displayed in Combobox on loading ?
B4X:
Dim lstValues As List
lstValues.Initialize
lstValues.AddAll( Array As String ("Cat", "Dog", "Sample"))
B4XComboBox1.SetItems(lstValues)
B4XComboBox1.SelectedIndex = 2 ' = Text set to "Sample"
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.