WebComboBox.AddAllRows

From Xojo Documentation

Method

AddAllRows(Items() As String)

New in 2020r1

Supported for all project types and targets.

Adds a row to the combobox's menu for each row in the array passed.

Notes

Sample Code

See Also

AddRow and AddRowAt methods.