Just add this unit after the StdCtrls Unit no need to make a new component it just overrides the behavior of the standard TComboBoxThis will limit the drop down box to only show words that match items in the StoredItems list which is where you put the full listWhat ever the last word is in your combo box line it will match any part of any wordIf there are other words (space delimited \b(RegEx)) those most be a complete word matchHave Fun
↧