WebPopupMenu.RemoveRowAt
From Xojo Documentation
Method
WebPopupMenu.RemoveRowAt(index As Integer)
New in 2020r1
Supported for all project types and targets.
New in 2020r1
Supported for all project types and targets.
Removes the specified row at index.
Sample Code
This example removes the last row.
PopupMenu1.RemoveRowAt(PopupMenu1.LastRowIndex)
See Also
RemoveAllRows method.