iOSSegmentedControlItem.Title

From Xojo Documentation

Property (As Text )
aiOSSegmentedControlItem.Title = newTextValue
or
TextValue = aiOSSegmentedControlItem.Title

Supported on Mobile (iOS).

The title text of the item.

Notes

Although you can have both an Icon and a Title, iOS only shows one of them, preferring the icon if available.

Sample Code

Changes the title for the first segment:

MySegmentedControl.Item(0).Title = "First!"