RadiobuttonControls

A collection of individual radiobutton controls.

Methods:

[], add, anyItem, count, everyItem, firstItem, item, itemByID, itemByRange, lastItem, middleItem, nextItem, previousItem, toSource

Property Listing

Property

Type

Access

Description

length

Number

readonly

The number of objects in the collection.

Method Listing

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.

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

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 itemByRange (from:Varies LongInteger RadiobuttonControl String, to:Varies LongInteger RadiobuttonControl String)

Returns the RadiobuttonControls within the specified range.

Parameter

Type

Description

from

LongInteger

RadiobuttonControl

String

The RadiobuttonControl, index, or name at the beginning of the range. Can accept: RadiobuttonControl, Long Integer or String.

to

LongInteger

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.

Object of

RadiobuttonGroup.radiobuttonControls