elements
Overview
"elements" is a top level property of form scopes at runtime that gives access to all available elements on that form, by name.
Properties Summarized
Type
Name
Summary
Get an element of the form by its index.
Get an element of the form by its name.
Get the names of all elements of the form, as an array.
Get the number of elements of the form.
Properties Detailed
[index]
Get an element of the form by its index.
Type RuntimeComponent
Sample
[name]
Get an element of the form by its name.
Type RuntimeComponent
Sample
allnames
Get the names of all elements of the form, as an array.
Type Array
Sample
length
Get the number of elements of the form.
Type Number
Sample
Last updated