A collection of individual radiobutton controls.
Methods
RadiobuttonControladd ([withProperties:
Object])
Creates a new RadiobuttonControl.
| Parameter | Type | Description |
|---|---|---|
| withProperties | Object | Initial values for properties of the new RadiobuttonControl (Optional) |
RadiobuttonControlanyItem ()
Returns any RadiobuttonControl in the collection.
number count ()
Displays the number of elements in the RadiobuttonControl.
Array of RadiobuttonControleveryItem ()
Returns every RadiobuttonControl in the collection.
RadiobuttonControlfirstItem ()
Returns the first RadiobuttonControl in the collection.
RadiobuttonControlitem (index:
any)
Returns the RadiobuttonControl with the specified index or name.
| Parameter | Type | Description |
|---|---|---|
| index | Long Integer String |
The index or name. Can accept: Long Integer or String. |
RadiobuttonControlitemByID (id:
number)
Returns the RadiobuttonControl with the specified ID.
| Parameter | Type | Description |
|---|---|---|
| id | number | The ID. |
RadiobuttonControlitemByName (name:
string)
Returns the RadiobuttonControl with the specified name.
| Parameter | Type | Description |
|---|---|---|
| name | string | The name. |
Array of RadiobuttonControlitemByRange (from:
any, to:
any)
Returns the RadiobuttonControls within the specified range.
| Parameter | Type | Description |
|---|---|---|
| from | RadiobuttonControl Long Integer String |
The RadiobuttonControl, index, or name at the beginning of the range. Can accept: RadiobuttonControl, Long Integer or String. |
| to | RadiobuttonControl Long Integer String |
The RadiobuttonControl, index, or name at the end of the range. Can accept: RadiobuttonControl, Long Integer or String. |
RadiobuttonControllastItem ()
Returns the last RadiobuttonControl in the collection.
RadiobuttonControlmiddleItem ()
Returns the middle RadiobuttonControl in the collection.
RadiobuttonControlnextItem (obj:
RadiobuttonControl)
Returns the RadiobuttonControl whose index follows the specified RadiobuttonControl in the collection.
| Parameter | Type | Description |
|---|---|---|
| obj | RadiobuttonControl | The RadiobuttonControl whose index comes before the desired RadiobuttonControl. |
RadiobuttonControlpreviousItem (obj:
RadiobuttonControl)
Returns the RadiobuttonControl with the index previous to the specified index.
| Parameter | Type | Description |
|---|---|---|
| obj | RadiobuttonControl | The index of the RadiobuttonControl that follows the desired RadiobuttonControl. |
string toSource ()
Generates a string which, if executed, will return the RadiobuttonControl.
Element of:
RadiobuttonGroup.radiobuttonControls