Dialogs
QuickLinks
Properties
Property | Type | Access | Description |
---|---|---|---|
length | number | readonly | The number of objects in the collection. |
Methods
Instances
Dialog [] (index:
number)
Returns the Dialog with the specified index.
Parameter | Type | Description |
---|---|---|
index | number | The index. |
Dialog add ([withProperties:
Object])
Creates a new Dialog.
Parameter | Type | Description |
---|---|---|
withProperties | Object | 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.
Array
of Dialog everyItem ()
Returns every Dialog in the collection.
Dialog firstItem ()
Returns the first Dialog in the collection.
Dialog item (index:
varies)
Returns the Dialog with the specified index or name.
Parameter | Type | Description |
---|---|---|
index | Long Integer String | 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 | number | The ID. |
Dialog itemByName (name:
string)
Returns the Dialog with the specified name.
Parameter | Type | Description |
---|---|---|
name | string | The name. |
Array
of Dialog itemByRange (from:
varies, to:
varies)
Returns the Dialogs within the specified range.
Parameter | Type | Description |
---|---|---|
from | Dialog Long Integer String | The Dialog, index, or name at the beginning of the range. Can accept: Dialog, Long Integer or String. |
to | Dialog Long Integer String | 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 | Dialog | 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 | Dialog | The index of the Dialog that follows the desired Dialog. |
string toSource ()
Generates a string which, if executed, will return the Dialog.
Element of
Application.dialogs
Jongware, 23-Mar-2011 v3.0.3d | Contents :: Index |