Link to home
Start Free TrialLog in
Avatar of syloux
syloux

asked on

type selection in a TComboBox

Hi,
i have a TComboBox, with property "style" set to csDropDownList.  In the combobox, I have
"AAA"
"BBB"
"BCD"
"CCC"
etc.
If the user type "B", the selection is the firts option starting with B.  If the user type "C", the selection is the firts option starting with C.   Etc.
What I want is, if the user type "BC", I want the selection to be the firts option starting with "BC".
How can I do that ?
thanks
ASKER CERTIFIED SOLUTION
Avatar of Drareg
Drareg

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial