3.2.0

Radio selected item?

How do you get the selected item from a radio control and by the way how do you get the selected item of a checked list?

JeanLuc
November 13,
I'm curious too, how to get the selected item from a radio control.
Anybody?
kbazsi
December 20,
There is another post about this with an answer. I don't remember the answer but it was just in the past few days. Do a search of the forum and you will find it. Or simply look at the headings for the past few days and you will see it.
Jim Hunter
December 20,
I didn't found the post mentioned, but the respons is pretty obvious since in the examples we have
obj.setSelectedItems();

so I use
obj.getSelectedItems();


Sorry for asking stupid question,
and thanks for the answer.
kbazsi
December 21,

This topic is archived.

See also:


Back to support forum