RadiobuttonGroups
QuickLinks
Properties
Property | Type | Access | Description |
---|---|---|---|
length | number | readonly | The number of objects in the collection. |
Methods
Instances
RadiobuttonGroup [] (index:
number)
Returns the RadiobuttonGroup with the specified index.
Parameter | Type | Description |
---|---|---|
index | number | The index. |
RadiobuttonGroup add ([withProperties:
Object])
Creates a new RadiobuttonGroup.
Parameter | Type | Description |
---|---|---|
withProperties | Object | 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.
Array
of RadiobuttonGroup everyItem ()
Returns every RadiobuttonGroup in the collection.
RadiobuttonGroup firstItem ()
Returns the first RadiobuttonGroup in the collection.
RadiobuttonGroup item (index:
varies)
Returns the RadiobuttonGroup with the specified index or name.
Parameter | Type | Description |
---|---|---|
index | Long Integer String | 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 | number | The ID. |
Array
of RadiobuttonGroup itemByRange (from:
varies, to:
varies)
Returns the RadiobuttonGroups within the specified range.
Parameter | Type | Description |
---|---|---|
from | Long Integer RadiobuttonGroup String | The RadiobuttonGroup, index, or name at the beginning of the range. Can accept: RadiobuttonGroup, Long Integer or String. |
to | Long Integer RadiobuttonGroup String | 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 | RadiobuttonGroup | 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 | RadiobuttonGroup | The index of the RadiobuttonGroup that follows the desired RadiobuttonGroup. |
string toSource ()
Generates a string which, if executed, will return the RadiobuttonGroup.
Element of
BorderPanel.radiobuttonGroups
DialogColumn.radiobuttonGroups
DialogRow.radiobuttonGroups
EnablingGroup.radiobuttonGroups
Jongware, 23-Mar-2011 v3.0.3d | Contents :: Index |