Variable

Reference documentation for Scope Variables in the Solution Explorer

Overview

Commands Summary

A summary of commands available on this item via right-click context menu

CommandSummary

Open in Script Editor

Opens the variable Script Editor

Edit variable

Edit variable

Search for References

Search all references in your active solution

Create variable

Create a new variable in form

Delete variable

Deletes variable from scripting file

Commands Details

The details for each command available on this item via right-click context menu

Open in Script Editor

Opens the form Script Editor and highlights the selected form variable declaration. You can change the variable's code.

Edit variable

You can edit the variable's type and default value from a dialog. Variable's type is also inferred from its declaration.

Search for References

Search all references of the variable in your active solution.

Create variable

Create a new form variable (javascript variable in form scripting file).

Delete variable

Deletes variable from form scripting file

Last updated