ComboBox.ResetContent

ComboBox.ResetContent ( 

string ObjectName )

Example 1

-- Clears all items from the "ComboBox1" combobox object.
ComboBox.ResetContent("ComboBox1");

Clears all items from the "ComboBox1" combobox object.

See also:  Related Actions