OpenFileBehaviors

A collection of open file behavior objects.

Methods:

[], add, anyItem, count, everyItem, firstItem, item, itemByID, itemByName, itemByRange, lastItem, middleItem, nextItem, previousItem, toSource

Property Listing

Property

Type

Access

Description

length

Number

readonly

The number of objects in the collection.

Method Listing

OpenFileBehavior [] (index:Number)

Returns the OpenFileBehavior with the specified index.

Parameter

Type

Description

index

Number

The index.

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.

OpenFileBehavior everyItem ()

Returns every OpenFileBehavior in the collection.

OpenFileBehavior firstItem ()

Returns the first OpenFileBehavior in the collection.

OpenFileBehavior item (index:Varies LongInteger String)

Returns the OpenFileBehavior with the specified index or name.

Parameter

Type

Description

index

LongInteger

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.

OpenFileBehavior itemByRange (from:Varies LongInteger OpenFileBehavior String, to:Varies LongInteger OpenFileBehavior String)

Returns the OpenFileBehaviors within the specified range.

Parameter

Type

Description

from

LongInteger

OpenFileBehavior

String

The OpenFileBehavior, index, or name at the beginning of the range. Can accept: OpenFileBehavior, Long Integer or String.

to

LongInteger

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.

Object of

Button.openFileBehaviors

CheckBox.openFileBehaviors

ComboBox.openFileBehaviors

ListBox.openFileBehaviors

RadioButton.openFileBehaviors

TextBox.openFileBehaviors

SignatureField.openFileBehaviors