Commissioning Manual
366 6FC5397-4EP10-0BA8, 07/2018
The function deletes an element at the specified position.
Note:
The function is only available for the control type "listbox".
<function name="control.deleteitem"> control name,
index </function>
– function name
– control name
– index starting at 0
<function name="control.deleteitem">_T"listbox1",
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>