MobileSegmentedButton.RemoveSegmentAt
From Xojo Documentation
Method
Removes the segment at the index passed.
Sample Code
Remove the first segment:
SegmentedButton1.RemoveSegmentAt(0)
Removes the segment at the index passed.
Remove the first segment: