OpenFileBehaviors
A collection of open file behavior objects.
Instance
Read Only
Number length
The number of objects in the collection.
Methods
Number count()
Displays the number of elements in the OpenFileBehavior.
OpenFileBehavior add( Object withProperties )
Creates a new OpenFileBehavior.
Parameters
OpenFileBehavior item( Mixed index )
Returns the OpenFileBehavior with the specified index or name.
Parameters
OpenFileBehavior itemByName( String name )
Returns the OpenFileBehavior with the specified name.
Parameters
OpenFileBehavior itemByID( Number id )
Returns the OpenFileBehavior with the specified ID.
Parameters
OpenFileBehavior itemByRange( Mixed from, Mixed to )
Returns the OpenFileBehaviors within the specified range.
Parameters
OpenFileBehavior firstItem()
Returns the first OpenFileBehavior in the collection.
OpenFileBehavior lastItem()
Returns the last OpenFileBehavior in the collection.
OpenFileBehavior middleItem()
Returns the middle OpenFileBehavior in the collection.
OpenFileBehavior previousItem( OpenFileBehavior obj )
Returns the OpenFileBehavior with the index previous to the specified index.
Parameters
OpenFileBehavior nextItem( OpenFileBehavior obj )
Returns the OpenFileBehavior whose index follows the specified OpenFileBehavior in the collection.
Parameters
OpenFileBehavior anyItem()
Returns any OpenFileBehavior in the collection.
OpenFileBehavior everyItem()
Returns every OpenFileBehavior in the collection.
String toSource()
Generates a string which, if executed, will return the OpenFileBehavior.
OpenFileBehavior []( Number index )
Returns the OpenFileBehavior with the specified index.