View Full Version : Read Data from Listbox.


KavitPatel
02-02-2008, 10:04 AM
Hello all,

I have created a list box and inserted some text data into that.
Now I want to get the text of selected item.
I don't know how to get them.
I am able to get the current index by using:
TInt index = iListBox->CurrentItemIndex();

Now I want to read this selected index's text but don't know how to.

Any Help will be appreciated.

Thanks in advance.
Kavit