How to make a combo box with fulltext search autocomplete support?
The following example uses the interposed class of the TComboBox component. The main difference from the original class is that the items are stored in the separate StoredItems property instead ofthe Items as usually (used because of simplicity). The StoredItems are being watched by the OnChange event and whenever you change them (for instance by … Read more