MobileToolbar.RemoveButtonAt
From Xojo Documentation
Method
Removes the button at the specified index from the toolbar.
Sample Code
Remove the first button from the toolbar:
Toolbar.RemoveButtonAt(0)
Removes the button at the specified index from the toolbar.
Remove the first button from the toolbar: