iOSSegmentedControl.RemoveByIndex
From Xojo Documentation
Method
Removes a specific segment by its index (0-based).
Sample Code
Remove the first segment:
SegmentedControl1.RemoveByIndex(0)
Removes a specific segment by its index (0-based).
Remove the first segment: