WebPopupMenu.RemoveAllRows
From Xojo Documentation
Method
Removes all rows in the WebPopupMenu, including any initial values that were specified in the IDE.
Sample Code
This example removes all the rows in PopupMenu1.
PopupMenu1.RemoveAllRows
See Also
RemoveRowAt method.