Function Manual
302 01/2017
The function deletes the contents of the specified list box or graphic
box controls.
<function name="control.empty"> control name,
</function>
– function name
– control name
<function
name="control.empty">_T"listbox1"</function>
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>