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