The WinStudio
script editor provides options and tools to find references to form or
global objects and insert them directly into the script
To insert a reference to a form or global object into the script:
-
Place the cursor in your script at the point where you want the
reference to be inserted.
-
In the “Object Viewer” pane, locate
and select the object you want to insert the reference to.
Optionally, you can use the “Find”
options and/or the “Filter(s) for Global Objects”
options to more easily locate the object you want.
-
Right-click the object name and then click “”.
注意: If
no option to “Insert into Script” displays
when you right-click, it means you are not focused on an object.
In many cases, after you insert the object reference, you must still
complete the code statement.