Read-only archive of the All About Symbian forum (2001–2013) · About this archive

Read Data from Listbox.

0 replies · 3,488 views · Started 02 February 2008

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