Subject TIB_ComboBox and incremental searching
Author John Lebedev
Hello!

Is it possible to make TIB_ComboBox to use incremental search ability?

Here are some details:
I have a table with a few fields, one of them is day of week. It can
have values from 1 to 7. To edit this field I use TIB_ComboBox where
Items = ('Monday'..'Sunday') and ItemValues = (1..7). That's all. And
here is my question.


Many thanks,
John Lebedev