Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Collections are structures to provide access to data that represent an array, but without the ability to modify the data in the array. More information: Collections in formContext object model
These methods are available to all the collections in the formContext
object model.
Method | Description |
---|---|
forEach | Applies the action contained in a delegate function. |
get | Get one or more objects from the collection depending on the arguments passed. |
getLength | Gets the count of items in the collection. |