DialogRows
A collection of dialog rows.
Instance
Read Only
Number length
The number of objects in the collection.
Methods
DialogRow add( Object withProperties )
Creates a new DialogRow.
Parameters
Number count()
Displays the number of elements in the DialogRow.
DialogRow item( Mixed index )
Returns the DialogRow with the specified index or name.
Parameters
DialogRow itemByID( Number id )
Returns the DialogRow with the specified ID.
Parameters
DialogRow itemByRange( Mixed from, Mixed to )
Returns the DialogRows within the specified range.
Parameters
DialogRow firstItem()
Returns the first DialogRow in the collection.
DialogRow lastItem()
Returns the last DialogRow in the collection.
DialogRow middleItem()
Returns the middle DialogRow in the collection.
DialogRow previousItem( DialogRow obj )
Returns the DialogRow with the index previous to the specified index.
Parameters
DialogRow nextItem( DialogRow obj )
Returns the DialogRow whose index follows the specified DialogRow in the collection.
Parameters
DialogRow anyItem()
Returns any DialogRow in the collection.
DialogRow everyItem()
Returns every DialogRow in the collection.
String toSource()
Generates a string which, if executed, will return the DialogRow.
DialogRow []( Number index )
Returns the DialogRow with the specified index.