I have a popup menu created at run-time with a combobox in it. I have the .OnAction property set to a sub routine. How do I know which item in the combobox was selected?
Printable View
I have a popup menu created at run-time with a combobox in it. I have the .OnAction property set to a sub routine. How do I know which item in the combobox was selected?
The ListIndex holds the presently selected Item. If it'S "-1" nothing is selected!
If you are using MultiSelect it is the Selected properiety