EnablingGroups

A collection of enabling 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

EnablingGroup [] (index:Number)

Returns the EnablingGroup with the specified index.

Parameter

Type

Description

index

Number

The index.

EnablingGroup add (withProperties:Object)

Creates a new EnablingGroup.

Parameter

Type

Description

withProperties

Object

Initial values for properties of the new EnablingGroup (Optional)

EnablingGroup anyItem ()

Returns any EnablingGroup in the collection.

Number count ()

Displays the number of elements in the EnablingGroup.

EnablingGroup everyItem ()

Returns every EnablingGroup in the collection.

EnablingGroup firstItem ()

Returns the first EnablingGroup in the collection.

EnablingGroup item (index:Varies LongInteger String)

Returns the EnablingGroup with the specified index or name.

Parameter

Type

Description

index

LongInteger

String

The index or name. Can accept: Long Integer or String.

EnablingGroup itemByID (id:Number)

Returns the EnablingGroup with the specified ID.

Parameter

Type

Description

id

Number

The ID.

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

Returns the EnablingGroups within the specified range.

Parameter

Type

Description

from

EnablingGroup

LongInteger

String

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

to

EnablingGroup

LongInteger

String

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

EnablingGroup lastItem ()

Returns the last EnablingGroup in the collection.

EnablingGroup middleItem ()

Returns the middle EnablingGroup in the collection.

EnablingGroup nextItem (obj:EnablingGroup)

Returns the EnablingGroup whose index follows the specified EnablingGroup in the collection.

Parameter

Type

Description

obj

EnablingGroup

The EnablingGroup whose index comes before the desired EnablingGroup.

EnablingGroup previousItem (obj:EnablingGroup)

Returns the EnablingGroup with the index previous to the specified index.

Parameter

Type

Description

obj

EnablingGroup

The index of the EnablingGroup that follows the desired EnablingGroup.

String toSource ()

Generates a string which, if executed, will return the EnablingGroup.

Object of

DialogColumn.enablingGroups

EnablingGroup.enablingGroups

BorderPanel.enablingGroups

DialogRow.enablingGroups