A collection of dialogs.
Go to Property Listing | Method Listing
[], add, anyItem, count, everyItem, firstItem, item, itemByID, itemByName, itemByRange, lastItem, middleItem, nextItem, previousItem, toSource
Property |
Type |
Access |
Description |
---|---|---|---|
readonly |
The number of objects in the collection. |
Dialog [] (index:Number)
Returns the Dialog with the specified index.
Parameter |
Type |
Description |
---|---|---|
index |
The index. |
Dialog add (withProperties:Object)
Creates a new Dialog.
Parameter |
Type |
Description |
---|---|---|
withProperties |
Initial values for properties of the new Dialog (Optional) |
Dialog anyItem ()
Returns any Dialog in the collection.
Number count ()
Displays the number of elements in the Dialog.
Dialog everyItem ()
Returns every Dialog in the collection.
Dialog firstItem ()
Returns the first Dialog in the collection.
Dialog item (index:Varies LongInteger String)
Returns the Dialog with the specified index or name.
Parameter |
Type |
Description |
---|---|---|
index |
LongInteger |
The index or name. Can accept: Long Integer or String. |
Dialog itemByID (id:Number)
Returns the Dialog with the specified ID.
Parameter |
Type |
Description |
---|---|---|
id |
The ID. |
Dialog itemByName (name:String)
Returns the Dialog with the specified name.
Parameter |
Type |
Description |
---|---|---|
name |
The name. |
Dialog itemByRange (from:Varies Dialog LongInteger String, to:Varies Dialog LongInteger String)
Returns the Dialogs within the specified range.
Parameter |
Type |
Description |
---|---|---|
from |
LongInteger |
The Dialog, index, or name at the beginning of the range. Can accept: Dialog, Long Integer or String. |
to |
LongInteger |
The Dialog, index, or name at the end of the range. Can accept: Dialog, Long Integer or String. |
Dialog lastItem ()
Returns the last Dialog in the collection.
Dialog middleItem ()
Returns the middle Dialog in the collection.
Dialog nextItem (obj:Dialog)
Returns the Dialog whose index follows the specified Dialog in the collection.
Parameter |
Type |
Description |
---|---|---|
obj |
The Dialog whose index comes before the desired Dialog. |
Dialog previousItem (obj:Dialog)
Returns the Dialog with the index previous to the specified index.
Parameter |
Type |
Description |
---|---|---|
obj |
The index of the Dialog that follows the desired Dialog. |
String toSource ()
Generates a string which, if executed, will return the Dialog.
Application.dialogs