AutoCombobox
Combobox widget combined with Autocomplete widget which allows select item by typing.
Note
Difference between Autocomplete, AutoCombobox, and AutocompleteCombobox:
- Autocomplete is InputField with autocomplete feature.
- AutoCombobox is Combobox with the option to select items by typing, with it you can get selected items.
- AutocompleteCombobox is a wrapper for Autocomplete with the ability to select an action when user input is not valid.
Options
Autocomplete
TAutocompleteListView with items.
Combobox
TComboboxButton to show and hide ListView on click.
AddItems
boolCreate a new item and add it to list if item not found with specified input. Requires overrided
TItem Input2Item(string input)method.KeepSelection
boolKeep selected items for Autocomplete.DisplayListView.