HerbAndEdnaWeinstein
Technical User
Hi, I've got a ListBox that gets populated from a string array.
I'm trying to get the ListBox to "know" what item inside it has been clicked, so that this index number can correspond to the string array index number, and then i will pass this back to the host application, etc...
I'm assuming there is some kind of function or property that is inherent to ListBoxes, that will return this.
Thanks in Advance,
Herb Weinstein
PS: I have specified the "fmMultiSelectSingle" option for the ListBox.
I'm trying to get the ListBox to "know" what item inside it has been clicked, so that this index number can correspond to the string array index number, and then i will pass this back to the host application, etc...
I'm assuming there is some kind of function or property that is inherent to ListBoxes, that will return this.
Thanks in Advance,
Herb Weinstein
PS: I have specified the "fmMultiSelectSingle" option for the ListBox.