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

What is the equivalent of Vcl.TDBLookupComboBox in FMX?

Recommended Posts

Hello everybody.

What is the equivalent of Vcl.TDBLookupComboBox in FMX?

Share this post


Link to post

There is none. You have to use a component that is native for the OS/OSes you are targeting.

Share this post


Link to post

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×