Function name Description
Add Item The function inserts a new element at the end of the list.
Note:
The function is only available for the control types "listbox" and "graph‐
icbox".
Syntax:
<function name="control.additem"> control name,
item </function>
Attribute:
name – function name
Values:
control name – control name
item - expression to be inserted
itemdata - integer value; defined by the user
Example:
<let name ="itemdata">1</let>
…
…
…
<op> item_string = _T"text1" </op>
<function name="control.additem">_T"listbox1",
item_string, itemdata
</function>
Generating user dialogs
1.10 Predefined functions
Easy XML
122 Programming Manual, 12/2017, 6FC5397-1DP40-6BA1