RadiobuttonGroups

A collection of radiobutton groups.

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

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.

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

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.

RadiobuttonGroup itemByRange (from:Varies LongInteger RadiobuttonGroup String, to:Varies LongInteger RadiobuttonGroup String)

Returns the RadiobuttonGroups within the specified range.

Parameter

Type

Description

from

LongInteger

RadiobuttonGroup

String

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

to

LongInteger

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.

Object of

DialogColumn.radiobuttonGroups

EnablingGroup.radiobuttonGroups

BorderPanel.radiobuttonGroups

DialogRow.radiobuttonGroups