RadiobuttonControls
QuickLinks
Properties
Property | Type | Access | Description |
---|---|---|---|
length | number | readonly | The number of objects in the collection. |
Methods
Instances
RadiobuttonControl [] (index:
number)
Returns the RadiobuttonControl with the specified index.
Parameter | Type | Description |
---|---|---|
index | number | The index. |
RadiobuttonControl add ([withProperties:
Object])
Creates a new RadiobuttonControl.
Parameter | Type | Description |
---|---|---|
withProperties | Object | 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.
Array of RadiobuttonControl everyItem ()
Returns every RadiobuttonControl in the collection.
RadiobuttonControl firstItem ()
Returns the first RadiobuttonControl in the collection.
RadiobuttonControl item (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. |
RadiobuttonControl itemByID (id:
number)
Returns the RadiobuttonControl with the specified ID.
Parameter | Type | Description |
---|---|---|
id | number | The ID. |
RadiobuttonControl itemByName (name:
string)
Returns the RadiobuttonControl with the specified name.
Parameter | Type | Description |
---|---|---|
name | string | The name. |
Array of RadiobuttonControl itemByRange (from:
any, to:
any)
Returns the RadiobuttonControls within the specified range.
Parameter | Type | Description |
---|---|---|
from | Long Integer RadiobuttonControl String | The RadiobuttonControl, index, or name at the beginning of the range. Can accept: RadiobuttonControl, Long Integer or String. |
to | Long Integer RadiobuttonControl String | 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 | RadiobuttonControl | 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 | 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
Jongware, 20-Jun-2010 v3.0.3d | Contents :: Index |