What is the member function that is used to read data from a combobox?
What is the member function that is used to read data from a combobox?
babygal (18th August 2010)
currentText or currentIndex
Or itemText(index)
babygal (18th August 2010)
Bookmarks