iOSToolbar.RemoveByIndex

From Xojo Documentation

Method

iOSToolbar.RemoveByIndex(index As Integer)

Supported on Mobile(iOS).

Removes the button at the specified index (0-based) from the toolbar.

Sample Code

Remove the first button from the toolbar:

Toolbar.RemoveByIndex(0)