SoundBehaviors
A collection of sound behavior objects.
Go to Property Listing | Method Listing
Methods:
[], add, anyItem, count, everyItem, firstItem, item, itemByID, itemByName, itemByRange, lastItem, middleItem, nextItem, previousItem, toSource
Property Listing
Property |
Type |
Access |
Description |
---|---|---|---|
readonly |
The number of objects in the collection. |
Method Listing
SoundBehavior [] (index:Number)
Returns the SoundBehavior with the specified index.
Parameter |
Type |
Description |
---|---|---|
index |
The index. |
SoundBehavior add (withProperties:Object)
Creates a new SoundBehavior.
Parameter |
Type |
Description |
---|---|---|
withProperties |
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 |
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 |
The ID. |
SoundBehavior itemByName (name:String)
Returns the SoundBehavior with the specified name.
Parameter |
Type |
Description |
---|---|---|
name |
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 |
The SoundBehavior, index, or name at the beginning of the range. Can accept: SoundBehavior, Long Integer or String. |
to |
LongInteger |
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 |
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 |
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