The 'ComboBoxAddString' function adds the specified data to ComboBox object.
void @ComboBoxAddString(string class_name, string data);
Parameters
string class_name : Class name of ComboBox object
string data : Data that you want to add
Return Value
None
Example
@ComboBoxAddString("ComboBox1","100");
Description : '100' is added to 'CheckBox1'.
<Before running>
<After running>
Relate items)