Forum Discussion

korecek's avatar
korecek
New Contributor
15 years ago

JvListBox Items property - C++ Builder

Hi,

we use C++ Builder and I changed a ListBox component into the JvListBox component from JEDI JVCL components.

I thought that there should not be problem with it but now we cannot find neither wItems nor wItemCount

from Extended properties of Object properties dialog window.

Please is there way how can I retrieve Strings (texts) or compare text content of Items property from the JvListBox?

Or.

Should I return back to the standard C++ Builder ListBox?



TIA

Vaclav





2 Replies

  • Hi,



    Try using Object Mapping (see the "Object Mapping" help topic). Add the target control's window class to the 'Win32 Controls and Windows | List box' group.

  • korecek's avatar
    korecek
    New Contributor
    Yes, I have done it and now it works very well.



    Thank you for your help.