WebRadioGroup.Add
From Xojo Documentation
You are currently browsing the old Xojo documentation site. Please visit the new Xojo documentation site! |
Method
WebRadioGroup.AddAt(index As Integer, items() As String)
New in 2021r1
Supported for all project types and targets.
New in 2021r1
Supported for all project types and targets.
Creates a new row at the index passed, filling the columns with the items passed.
Sample Code
This example inserts a row at index 4 into a WebRadioGroup and populates columns 0 and 1:
WebRadioGroup1.AddAt(4, "Trixie", "10")