RadiobuttonControls
A collection of individual radiobutton controls.
Go to Property Listing | Method Listing
Methods:
[], add, anyItem, count, everyItem, firstItem, item, itemByID, itemByRange, lastItem, middleItem, nextItem, previousItem, toSource
Property Listing
Property |
Type |
Access |
Description |
---|---|---|---|
readonly |
The number of objects in the collection. |
Method Listing
RadiobuttonControl [] (index:Number)
Returns the RadiobuttonControl with the specified index.
Parameter |
Type |
Description |
---|---|---|
index |
The index. |
RadiobuttonControl add (withProperties:Object)
Creates a new RadiobuttonControl.
Parameter |
Type |
Description |
---|---|---|
withProperties |
Initial values for properties of the new RadiobuttonControl (Optional) |
RadiobuttonControl anyItem ()
Returns any RadiobuttonControl in the collection.
Number count ()
Displays the number of elements in the RadiobuttonControl.
RadiobuttonControl everyItem ()
Returns every RadiobuttonControl in the collection.
RadiobuttonControl firstItem ()
Returns the first RadiobuttonControl in the collection.
RadiobuttonControl item (index:Varies LongInteger String)
Returns the RadiobuttonControl with the specified index or name.
Parameter |
Type |
Description |
---|---|---|
index |
LongInteger |
The index or name. Can accept: Long Integer or String. |
RadiobuttonControl itemByID (id:Number)
Returns the RadiobuttonControl with the specified ID.
Parameter |
Type |
Description |
---|---|---|
id |
The ID. |
RadiobuttonControl itemByRange (from:Varies LongInteger RadiobuttonControl String, to:Varies LongInteger RadiobuttonControl String)
Returns the RadiobuttonControls within the specified range.
Parameter |
Type |
Description |
---|---|---|
from |
LongInteger |
The RadiobuttonControl, index, or name at the beginning of the range. Can accept: RadiobuttonControl, Long Integer or String. |
to |
LongInteger |
The RadiobuttonControl, index, or name at the end of the range. Can accept: RadiobuttonControl, Long Integer or String. |
RadiobuttonControl lastItem ()
Returns the last RadiobuttonControl in the collection.
RadiobuttonControl middleItem ()
Returns the middle RadiobuttonControl in the collection.
RadiobuttonControl nextItem (obj:RadiobuttonControl)
Returns the RadiobuttonControl whose index follows the specified RadiobuttonControl in the collection.
Parameter |
Type |
Description |
---|---|---|
obj |
The RadiobuttonControl whose index comes before the desired RadiobuttonControl. |
RadiobuttonControl previousItem (obj:RadiobuttonControl)
Returns the RadiobuttonControl with the index previous to the specified index.
Parameter |
Type |
Description |
---|---|---|
obj |
The index of the RadiobuttonControl that follows the desired RadiobuttonControl. |
String toSource ()
Generates a string which, if executed, will return the RadiobuttonControl.
Object of
RadiobuttonGroup.radiobuttonControls