Is there a way to elegantly stop this property from adding ComboBox text?
I was populating my ComboBox with test entries using the custom property ('Item List' dialog). Now I am populating it with data from an .ini file. But, no matter what I do to try to clear the items in the Item List dialog, I end up with a blank entry in the top position.
The first workaround I used is just to use FF_ComboBox_ResetContent before populating it. Then after some searching I found and removed the "custom=|0" line under the ComboBox's properties "group" in the applicable .frm file.
I haven't checked if other Custom Properties for other control behave the same way.