Auto complete

Delphi 10.2.2 FMX

i have 50 items and i want the user to select 1 with the help of AutoComplete.

At first i use ComboBox but does not have autocomplete

i am thinking of TTMSFMXEdit / TTMSFMXEditBtn
maybe with popoup control a listview but i am not shure if it will work

Is there any other way ?

Hi, 


You can use the Lookup functionality of TTMSFMXEdit, which is enabled via TTMSFMXEdit.Lookup.Enabled := True;
I put a listbox under TMSFMXEditBtn and assign it to the button and it works

Thank you,

Minas