WebPopupMenu.AddAllRows
From Xojo Documentation
Method
Adds all rows in the array passed to the menu of the control.
Notes
A ParamArray can also be passed.
Sample Code
Add a new rows to the popup menu in the Shown event handler:
Adds the new rows from a ParamArray:
PeoplePopup.AddAllRows("Fred", "Wilma")
See Also
WebPopupMenu.AddRow and WebPopupMenu.AddRowAt methods.