OpenFileBehaviors
QuickLinks
Properties
Property | Type | Access | Description |
---|---|---|---|
length | number | readonly | The number of objects in the collection. |
Methods
Instances
OpenFileBehavior add ([withProperties:
Object])
Creates a new OpenFileBehavior.
Parameter | Type | Description |
---|---|---|
withProperties | Object | Initial values for properties of the new OpenFileBehavior (Optional) |
OpenFileBehavior anyItem ()
Returns any OpenFileBehavior in the collection.
number count ()
Displays the number of elements in the OpenFileBehavior.
Array
of OpenFileBehavior everyItem ()
Returns every OpenFileBehavior in the collection.
OpenFileBehavior firstItem ()
Returns the first OpenFileBehavior in the collection.
OpenFileBehavior item (index:
any)
Returns the OpenFileBehavior with the specified index or name.
Parameter | Type | Description |
---|---|---|
index | Long Integer String | The index or name. Can accept: Long Integer or String. |
OpenFileBehavior itemByID (id:
number)
Returns the OpenFileBehavior with the specified ID.
Parameter | Type | Description |
---|---|---|
id | number | The ID. |
OpenFileBehavior itemByName (name:
string)
Returns the OpenFileBehavior with the specified name.
Parameter | Type | Description |
---|---|---|
name | string | The name. |
Array
of OpenFileBehavior itemByRange (from:
any, to:
any)
Returns the OpenFileBehaviors within the specified range.
Parameter | Type | Description |
---|---|---|
from | Long Integer OpenFileBehavior String | The OpenFileBehavior, index, or name at the beginning of the range. Can accept: OpenFileBehavior, Long Integer or String. |
to | Long Integer OpenFileBehavior String | The OpenFileBehavior, index, or name at the end of the range. Can accept: OpenFileBehavior, Long Integer or String. |
OpenFileBehavior lastItem ()
Returns the last OpenFileBehavior in the collection.
OpenFileBehavior middleItem ()
Returns the middle OpenFileBehavior in the collection.
OpenFileBehavior nextItem (obj:
OpenFileBehavior)
Returns the OpenFileBehavior whose index follows the specified OpenFileBehavior in the collection.
Parameter | Type | Description |
---|---|---|
obj | OpenFileBehavior | The OpenFileBehavior whose index comes before the desired OpenFileBehavior. |
OpenFileBehavior previousItem (obj:
OpenFileBehavior)
Returns the OpenFileBehavior with the index previous to the specified index.
Parameter | Type | Description |
---|---|---|
obj | OpenFileBehavior | The index of the OpenFileBehavior that follows the desired OpenFileBehavior. |
string toSource ()
Generates a string which, if executed, will return the OpenFileBehavior.
Element of
Button.openFileBehaviors
FormField.openFileBehaviors
Jongware, 27-Jun-2010 v3.0.3d | Contents :: Index |