DialogRows

A collection of dialog rows.

Methods

DialogRowadd ([withProperties:
Object])
Creates a new DialogRow.

Parameter Type Description
withProperties Object Initial values for properties of the new DialogRow (Optional)

DialogRowanyItem ()
Returns any DialogRow in the collection.

number count ()
Displays the number of elements in the DialogRow.

Array of DialogRoweveryItem ()
Returns every DialogRow in the collection.

DialogRowfirstItem ()
Returns the first DialogRow in the collection.

DialogRowitem (index:
any)
Returns the DialogRow with the specified index or name.

Parameter Type Description
index Long Integer
String
The index or name. Can accept: Long Integer or String.

DialogRowitemByID (id:
number)
Returns the DialogRow with the specified ID.

Parameter Type Description
id number The ID.

DialogRowitemByName (name:
string)
Returns the DialogRow with the specified name.

Parameter Type Description
name string The name.

Array of DialogRowitemByRange (from:
any, to:
any)
Returns the DialogRows within the specified range.

Parameter Type Description
from DialogRow
Long Integer
String
The DialogRow, index, or name at the beginning of the range. Can accept: DialogRow, Long Integer or String.
to DialogRow
Long Integer
String
The DialogRow, index, or name at the end of the range. Can accept: DialogRow, Long Integer or String.

DialogRowlastItem ()
Returns the last DialogRow in the collection.

DialogRowmiddleItem ()
Returns the middle DialogRow in the collection.

DialogRownextItem (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.

DialogRowpreviousItem (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.

Element of:

DialogColumn.dialogRows

Leave a Comment

Previous post:

Next post: