CloseWindowBehaviors
QuickLinks
Properties
Property | Type | Access | Description |
---|---|---|---|
length | number | readonly | The number of objects in the collection. |
Methods
Instances
CloseWindowBehavior add ([withProperties:
Object])
Creates a new CloseWindowBehavior.
Parameter | Type | Description |
---|---|---|
withProperties | Object | Initial values for properties of the new CloseWindowBehavior (Optional) |
CloseWindowBehavior anyItem ()
Returns any CloseWindowBehavior in the collection.
number count ()
Displays the number of elements in the CloseWindowBehavior.
Array
of CloseWindowBehavior everyItem ()
Returns every CloseWindowBehavior in the collection.
CloseWindowBehavior firstItem ()
Returns the first CloseWindowBehavior in the collection.
CloseWindowBehavior item (index:
any)
Returns the CloseWindowBehavior with the specified index or name.
Parameter | Type | Description |
---|---|---|
index | Long String | The index or name. Can accept: Long or String. |
CloseWindowBehavior itemByID (id:
number)
Returns the CloseWindowBehavior with the specified ID.
Parameter | Type | Description |
---|---|---|
id | number | The ID. |
CloseWindowBehavior itemByName (name:
string)
Returns the CloseWindowBehavior with the specified name.
Parameter | Type | Description |
---|---|---|
name | string | The name. |
Array
of CloseWindowBehavior itemByRange (from:
any, to:
any)
Returns the CloseWindowBehaviors within the specified range.
Parameter | Type | Description |
---|---|---|
from | CloseWindowBehavior Long String | The CloseWindowBehavior, index, or name at the beginning of the range. Can accept: CloseWindowBehavior, Long or String. |
to | CloseWindowBehavior Long String | The CloseWindowBehavior, index, or name at the end of the range. Can accept: CloseWindowBehavior, Long or String. |
CloseWindowBehavior lastItem ()
Returns the last CloseWindowBehavior in the collection.
CloseWindowBehavior middleItem ()
Returns the middle CloseWindowBehavior in the collection.
CloseWindowBehavior nextItem (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. |
CloseWindowBehavior previousItem (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.
Element of
Button.closeWindowBehaviors
FormField.closeWindowBehaviors
Jongware, 27-Jun-2010 v3.0.3d | Contents :: Index |