Forms
(forms)
Overview
Forms object. Available as "forms.
" in scripting.
It gives easy access to (and code completion for) the solution's forms.
Properties Summarized
Type | Name | Summary |
---|---|---|
Get a form by name. | ||
Get the number of forms loaded into memory. |
Properties Detailed
[name]
Get a form by name.
Type RuntimeForm
Sample
length
Get the number of forms loaded into memory.
Type Number
Sample
Last updated