WebPopupMenu.RemoveAllRows

From Xojo Documentation

Method

WebPopupMenu.RemoveAllRows()

New in 2020r1

Supported for all project types and targets.

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.