iOSSegmentedControlItem.Constructor(title As Text = "")

From Xojo Documentation

Constructor
iOSSegmentedControlItem.Constructor(title As Text = "")

Creates an item using the optional title.

Sample Code

In the Open event handler of an iOSSegmentedControl, adds a segment with a title:

Me.Add(New iOSSegmentedControlItem("Moon"))