iOSSegmentedControl.RemoveByIndex

From Xojo Documentation

Method

iOSSegmentedControl.RemoveByIndex(index As Integer)

Supported on Mobile(iOS).

Removes a specific segment by its index (0-based).

Sample Code

Remove the first segment:

SegmentedControl1.RemoveByIndex(0)