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"