PDA

View Full Version : listbox component ???


rinkoo
04-19-2005, 11:41 AM
Hi,
I want to delete the populated list box ie on click,every last entry should get deleted.Can anyone help?

Thanking you

rinkoo

SrinivasSM
04-26-2005, 10:31 AM
Hi,

Suppose if you think that the list box instance name is tempListBox then u can use the bellow code for removeing the last entry in the list items.

_root.tempListBox.removeItemAt(_root.tempListBox.l ength-1)