Jump to content
Registration disabled at the moment Read more... ×
dmitrybv

What is the equivalent of Vcl.TDBLookupComboBox in FMX?

Recommended Posts

You may be wrong.
There is no native control like TDBLookupComboBox in Windows OS.
That is why Owner-drawn Control – TDBLookupComboBox is written in VCL.

Share this post


Link to post

I wrote on this blog an alternative to the "classic TDBComboBox" (sorry in French, and I am now a retired on holidays programmer :classic_biggrin: so use some translator if necessary)

https://www.developpez.net/forums/blogs/138527-sergiomaster/b7012/fmx-combobox-aux-petits-oignons/ and https://www.developpez.net/forums/blogs/138527-sergiomaster/b7086/fmx-combobox-aux-petits-oignons-suite/

I suggest reading first this one https://www.developpez.net/forums/blogs/138527-sergiomaster/b6927/fmx-modifier-hauteur-accessoirement-dautres-proprietes-boite-recherche-liste/  which was the trigger.

 

You will also find all the "bunch" in a tutorial https://serge-girard.developpez.com/tutoriels/Delphi/Combobox/ (source included)

 

So, response to your question is : should be a TListview or a TEdit  

Share this post


Link to post

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×