Hi everybody,
I'm new with TMS UI Pack for Delphi 12. I'm getting access violation in TMSFNCComboBox selecting the last item in the list.
Step to reproduce the problem:
- New FMX delphi application
- Drag & drop the TMSFNCComboBox on the form
- Use Object inspector to add 3 items (Example: Item1, Item2, Item3)
- Set the ItemIndex property to 2 (Item3 selected)
- Run Application, drop down the combo list and select the already selected item
- Access violation
Thanks