Problem 1:
If range checking is active in the debugger settings an range check exception is raised if you click on TsCombobox (see RangeError.jpg for details)
Problem 2:
If range checking is deactivated, you can investigate the second problem. The behaviour of the original TCombobox and the TsCombobox is different for using the keyboard to select an item from the list. If you enter fre on the keyboard the entry “French” is selected in TCombobox. Not working for TsCombobox
Problem 3:
The property ItemIndex is ignored at TsCombobox. Any value you enter during designtime is ignored and will not be stored.
Sample application and screenshots attached.
Attachments:
You must be
logged in to view attached files.