Is there a way to use the edit box so it opens a procedure?
I want to tap on the edit box then go to a list box full of data. I tried onclick,onchange,dblclick and on tap.
Currently it opens keyboard on phone.
Thanks in advance.......
Delphi FMX tapping edit box to open procedure
7 years 3 months ago #1897
maybe instead change to using a tbutton and set to show visible a tmemo with that data in it
or even a tcombobox, where the items in the list is the data
Delphi FMX tapping edit box to open procedure
7 years 3 months ago #1905