ViewZoomBehaviors

A collection of view zoom behavior objects.

Methods

ViewZoomBehavioradd ([withProperties:
Object])
Creates a new ViewZoomBehavior.

Parameter Type Description
withProperties Object Initial values for properties of the new ViewZoomBehavior (Optional)

ViewZoomBehavioranyItem ()
Returns any ViewZoomBehavior in the collection.

number count ()
Displays the number of elements in the ViewZoomBehavior.

Array of ViewZoomBehavioreveryItem ()
Returns every ViewZoomBehavior in the collection.

ViewZoomBehaviorfirstItem ()
Returns the first ViewZoomBehavior in the collection.

ViewZoomBehavioritem (index:
any)
Returns the ViewZoomBehavior with the specified index or name.

Parameter Type Description
index Long Integer
String
The index or name. Can accept: Long Integer or String.

ViewZoomBehavioritemByID (id:
number)
Returns the ViewZoomBehavior with the specified ID.

Parameter Type Description
id number The ID.

ViewZoomBehavioritemByName (name:
string)
Returns the ViewZoomBehavior with the specified name.

Parameter Type Description
name string The name.

Array of ViewZoomBehavioritemByRange (from:
any, to:
any)
Returns the ViewZoomBehaviors within the specified range.

Parameter Type Description
from ViewZoomBehavior
Long Integer
String
The ViewZoomBehavior, index, or name at the beginning of the range. Can accept: ViewZoomBehavior, Long Integer or String.
to ViewZoomBehavior
Long Integer
String
The ViewZoomBehavior, index, or name at the end of the range. Can accept: ViewZoomBehavior, Long Integer or String.

ViewZoomBehaviorlastItem ()
Returns the last ViewZoomBehavior in the collection.

ViewZoomBehaviormiddleItem ()
Returns the middle ViewZoomBehavior in the collection.

ViewZoomBehaviornextItem (obj:
ViewZoomBehavior)
Returns the ViewZoomBehavior whose index follows the specified ViewZoomBehavior in the collection.

Parameter Type Description
obj ViewZoomBehavior The ViewZoomBehavior whose index comes before the desired ViewZoomBehavior.

ViewZoomBehaviorpreviousItem (obj:
ViewZoomBehavior)
Returns the ViewZoomBehavior with the index previous to the specified index.

Parameter Type Description
obj ViewZoomBehavior The index of the ViewZoomBehavior that follows the desired ViewZoomBehavior.

string toSource ()
Generates a string which, if executed, will return the ViewZoomBehavior.

Element of:

Button.viewZoomBehaviors
FormField.viewZoomBehaviors

Leave a Comment

Previous post:

Next post: