RadiobuttonGroups

A collection of radiobutton groups.

Methods

RadiobuttonGroupadd ([withProperties:
Object])
Creates a new RadiobuttonGroup.

Parameter Type Description
withProperties Object Initial values for properties of the new RadiobuttonGroup (Optional)

RadiobuttonGroupanyItem ()
Returns any RadiobuttonGroup in the collection.

number count ()
Displays the number of elements in the RadiobuttonGroup.

Array of RadiobuttonGroupeveryItem ()
Returns every RadiobuttonGroup in the collection.

RadiobuttonGroupfirstItem ()
Returns the first RadiobuttonGroup in the collection.

RadiobuttonGroupitem (index:
any)
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.

RadiobuttonGroupitemByID (id:
number)
Returns the RadiobuttonGroup with the specified ID.

Parameter Type Description
id number The ID.

RadiobuttonGroupitemByName (name:
string)
Returns the RadiobuttonGroup with the specified name.

Parameter Type Description
name string The name.

Array of RadiobuttonGroupitemByRange (from:
any, to:
any)
Returns the RadiobuttonGroups within the specified range.

Parameter Type Description
from RadiobuttonGroup
Long Integer
String
The RadiobuttonGroup, index, or name at the beginning of the range. Can accept: RadiobuttonGroup, Long Integer or String.
to RadiobuttonGroup
Long Integer
String
The RadiobuttonGroup, index, or name at the end of the range. Can accept: RadiobuttonGroup, Long Integer or String.

RadiobuttonGrouplastItem ()
Returns the last RadiobuttonGroup in the collection.

RadiobuttonGroupmiddleItem ()
Returns the middle RadiobuttonGroup in the collection.

RadiobuttonGroupnextItem (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.

RadiobuttonGrouppreviousItem (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

Leave a Comment

Previous post:

Next post: