Question:
Is there any way to clear a combo box without it’s Textproperty being set to null?
Answer:
As far as I know and have tried, the only way to clear the text portion is to clear the whole thing and then reload it. If there is a way, it’s undocumented.If you need to save the contents you can always save it to a variable before you clear the ComboBox.