Commissioning Manual
368 6FC5397-4EP10-0BA8, 07/2018
The function supplies the name of the control, which has the input
focus.
<function name="control.getfocus" re-
turn="focus_name" />
– function name
– a string variable should be specified, into which the control
name is copied.
<let name>="focus_field" type="string"></let>
<function name="control.getfocus" re-
The function sets the input focus to the specified control.
The control name should be transferred as text expression of the
function.
<function name="control.setfocus"> control name
</function>
– function name
– name of the control
<function name="control.setfocus"
">_T"listbox1"</function>
For a list box, the function supplies the cursor index.
The control name should be transferred as text expression of the
function.
<function name="control.getcurssel" retvar="var">
control name </function>
<let name>="index"></let>
<function name="control.getcurssel"
">_T"listbox1"</function>