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