Form objects and other user interface components are referenced in methods by using a certain syntax. For example, using the default naming scheme form3/button5 refers to a button with name
button5 in
form3 and
form2/graphics3 refers to a graphics object with name
graphics3 in
form2. You can also change the default names of forms and form objects. For example, if
form1 is your main form then you can change its name to
main.
In the Settings window for
Shortcuts shown below, a number of shortcuts were created for a various form objects.

If the application contains a button named button1 in a form named
form1, and the button has a shortcut named
b1, the following two ways to change the button text to red are equivalent: