iOSSegmentedControl.RemoveByIndex
From Xojo Documentation
Revision as of 19:52, 21 August 2018 by PLefebvre (talk | contribs) (Created page with "{{MethodBox | name = RemoveByIndex | ownertype = class | scope = public | parameters = index As Integer | owner = iOSSegmentedControl | project=Mobile | target=iOS }}...")
Method
Removes a specific segment by its index (0-based).
Sample Code
Remove the first segment:
SegmentedControl1.RemoveByIndex(0)