If for textbox it is textbox1.clear, etc. What is the equivalent for combobox to clear the value.
I figured it out, and its this one:ComboBox1.ResetText
2010-03-16 23:32:04
If for textbox it is textbox1.clear, etc. What is the equivalent for combobox to clear the value.