JvListBox Items property - C++ Builder
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2010
01:37 AM
01-21-2010
01:37 AM
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
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 2
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2010
11:20 PM
01-21-2010
11:20 PM
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.
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.
------
Yuri
TestComplete Customer Care Engineer
Did my reply answer your question? Give Kudos or Accept it as a Solution to help others. ⬇️⬇️⬇️
Yuri
TestComplete Customer Care Engineer
Did my reply answer your question? Give Kudos or Accept it as a Solution to help others. ⬇️⬇️⬇️
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2010
06:36 PM
01-24-2010
06:36 PM
Yes, I have done it and now it works very well.
Thank you for your help.
Thank you for your help.
