A collection of close window behavior objects.
Methods
CloseWindowBehavioradd ([withProperties:
Object])
Creates a new CloseWindowBehavior.
| Parameter | Type | Description |
|---|---|---|
| withProperties | Object | Initial values for properties of the new CloseWindowBehavior (Optional) |
CloseWindowBehavioranyItem ()
Returns any CloseWindowBehavior in the collection.
number count ()
Displays the number of elements in the CloseWindowBehavior.
Array of CloseWindowBehavioreveryItem ()
Returns every CloseWindowBehavior in the collection.
CloseWindowBehaviorfirstItem ()
Returns the first CloseWindowBehavior in the collection.
CloseWindowBehavioritem (index:
any)
Returns the CloseWindowBehavior with the specified index or name.
| Parameter | Type | Description |
|---|---|---|
| index | Long Integer String |
The index or name. Can accept: Long Integer or String. |
CloseWindowBehavioritemByID (id:
number)
Returns the CloseWindowBehavior with the specified ID.
| Parameter | Type | Description |
|---|---|---|
| id | number | The ID. |
CloseWindowBehavioritemByName (name:
string)
Returns the CloseWindowBehavior with the specified name.
| Parameter | Type | Description |
|---|---|---|
| name | string | The name. |
Array of CloseWindowBehavioritemByRange (from:
any, to:
any)
Returns the CloseWindowBehaviors within the specified range.
| Parameter | Type | Description |
|---|---|---|
| from | CloseWindowBehavior Long Integer String |
The CloseWindowBehavior, index, or name at the beginning of the range. Can accept: CloseWindowBehavior, Long Integer or String. |
| to | CloseWindowBehavior Long Integer String |
The CloseWindowBehavior, index, or name at the end of the range. Can accept: CloseWindowBehavior, Long Integer or String. |
CloseWindowBehaviorlastItem ()
Returns the last CloseWindowBehavior in the collection.
CloseWindowBehaviormiddleItem ()
Returns the middle CloseWindowBehavior in the collection.
CloseWindowBehaviornextItem (obj:
CloseWindowBehavior)
Returns the CloseWindowBehavior whose index follows the specified CloseWindowBehavior in the collection.
| Parameter | Type | Description |
|---|---|---|
| obj | CloseWindowBehavior | The CloseWindowBehavior whose index comes before the desired CloseWindowBehavior. |
CloseWindowBehaviorpreviousItem (obj:
CloseWindowBehavior)
Returns the CloseWindowBehavior with the index previous to the specified index.
| Parameter | Type | Description |
|---|---|---|
| obj | CloseWindowBehavior | The index of the CloseWindowBehavior that follows the desired CloseWindowBehavior. |
string toSource ()
Generates a string which, if executed, will return the CloseWindowBehavior.