DialogColumns

A collection of dialog columns.

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

DialogColumn [] (index:Number)

Returns the DialogColumn with the specified index.

Parameter

Type

Description

index

Number

The index.

DialogColumn add (withProperties:Object)

Creates a new DialogColumn.

Parameter

Type

Description

withProperties

Object

Initial values for properties of the new DialogColumn (Optional)

DialogColumn anyItem ()

Returns any DialogColumn in the collection.

Number count ()

Displays the number of elements in the DialogColumn.

DialogColumn everyItem ()

Returns every DialogColumn in the collection.

DialogColumn firstItem ()

Returns the first DialogColumn in the collection.

DialogColumn item (index:Varies LongInteger String)

Returns the DialogColumn with the specified index or name.

Parameter

Type

Description

index

LongInteger

String

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

DialogColumn itemByID (id:Number)

Returns the DialogColumn with the specified ID.

Parameter

Type

Description

id

Number

The ID.

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

Returns the DialogColumns within the specified range.

Parameter

Type

Description

from

DialogColumn

LongInteger

String

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

to

DialogColumn

LongInteger

String

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

DialogColumn lastItem ()

Returns the last DialogColumn in the collection.

DialogColumn middleItem ()

Returns the middle DialogColumn in the collection.

DialogColumn nextItem (obj:DialogColumn)

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

Parameter

Type

Description

obj

DialogColumn

The DialogColumn whose index comes before the desired DialogColumn.

DialogColumn previousItem (obj:DialogColumn)

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

Parameter

Type

Description

obj

DialogColumn

The index of the DialogColumn that follows the desired DialogColumn.

String toSource ()

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

Object of

Dialog.dialogColumns

EnablingGroup.dialogColumns

BorderPanel.dialogColumns

DialogRow.dialogColumns