-
Topic
-
I’m using a form with a ListBox componant. I’m able to get the selected index using:
if FormName.ListBoxName.Selected(i) then
msgBox inttostr(i)
end ifBut I have not found a way to pull the text value string.
Thanks,
rdryan
Viewing 1 replies (of 1 total)
- You must be logged in to reply to this topic.