SoundBehaviors

A collection of sound 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

SoundBehavior [] (index:Number)

Returns the SoundBehavior with the specified index.

Parameter

Type

Description

index

Number

The index.

SoundBehavior add (withProperties:Object)

Creates a new SoundBehavior.

Parameter

Type

Description

withProperties

Object

Initial values for properties of the new SoundBehavior (Optional)

SoundBehavior anyItem ()

Returns any SoundBehavior in the collection.

Number count ()

Displays the number of elements in the SoundBehavior.

SoundBehavior everyItem ()

Returns every SoundBehavior in the collection.

SoundBehavior firstItem ()

Returns the first SoundBehavior in the collection.

SoundBehavior item (index:Varies LongInteger String)

Returns the SoundBehavior with the specified index or name.

Parameter

Type

Description

index

LongInteger

String

The index or name. Can accept: Long Integer or String.

SoundBehavior itemByID (id:Number)

Returns the SoundBehavior with the specified ID.

Parameter

Type

Description

id

Number

The ID.

SoundBehavior itemByName (name:String)

Returns the SoundBehavior with the specified name.

Parameter

Type

Description

name

String

The name.

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

Returns the SoundBehaviors within the specified range.

Parameter

Type

Description

from

LongInteger

SoundBehavior

String

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

to

LongInteger

SoundBehavior

String

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

SoundBehavior lastItem ()

Returns the last SoundBehavior in the collection.

SoundBehavior middleItem ()

Returns the middle SoundBehavior in the collection.

SoundBehavior nextItem (obj:SoundBehavior)

Returns the SoundBehavior whose index follows the specified SoundBehavior in the collection.

Parameter

Type

Description

obj

SoundBehavior

The SoundBehavior whose index comes before the desired SoundBehavior.

SoundBehavior previousItem (obj:SoundBehavior)

Returns the SoundBehavior with the index previous to the specified index.

Parameter

Type

Description

obj

SoundBehavior

The index of the SoundBehavior that follows the desired SoundBehavior.

String toSource ()

Generates a string which, if executed, will return the SoundBehavior.

Object of

Button.soundBehaviors

CheckBox.soundBehaviors

ComboBox.soundBehaviors

ListBox.soundBehaviors

RadioButton.soundBehaviors

TextBox.soundBehaviors

SignatureField.soundBehaviors