DialogRows

A collection of dialog rows.

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

DialogRow [] (index:Number)

Returns the DialogRow with the specified index.

Parameter

Type

Description

index

Number

The index.

DialogRow add (withProperties:Object)

Creates a new DialogRow.

Parameter

Type

Description

withProperties

Object

Initial values for properties of the new DialogRow (Optional)

DialogRow anyItem ()

Returns any DialogRow in the collection.

Number count ()

Displays the number of elements in the DialogRow.

DialogRow everyItem ()

Returns every DialogRow in the collection.

DialogRow firstItem ()

Returns the first DialogRow in the collection.

DialogRow item (index:Varies LongInteger String)

Returns the DialogRow with the specified index or name.

Parameter

Type

Description

index

LongInteger

String

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

DialogRow itemByID (id:Number)

Returns the DialogRow with the specified ID.

Parameter

Type

Description

id

Number

The ID.

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

Returns the DialogRows within the specified range.

Parameter

Type

Description

from

DialogRow

LongInteger

String

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

to

DialogRow

LongInteger

String

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

DialogRow lastItem ()

Returns the last DialogRow in the collection.

DialogRow middleItem ()

Returns the middle DialogRow in the collection.

DialogRow nextItem (obj:DialogRow)

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

Parameter

Type

Description

obj

DialogRow

The DialogRow whose index comes before the desired DialogRow.

DialogRow previousItem (obj:DialogRow)

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

Parameter

Type

Description

obj

DialogRow

The index of the DialogRow that follows the desired DialogRow.

String toSource ()

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

Object of

DialogColumn.dialogRows