treecombobox AutoCompleteIgnoreCase property
Previous  Top  Next
Applies to
tcTreeComboBox component.  

Declaration
property AutoCompleteIgnoreCase: Boolean; // True by default  

Description
The AutoCompleteIgnoreCase property specifies whether the case of typed characters does not matter, and whether you would like to auto-complete the input disregarding the case of characters.  
 
For example, the drop-down list contains the line "Apple". If the AutoCompleteIgnoreCase is True and user type the "a", the compobox will try to put missing part of line "pple", disregarding of the charcase of the line in the history list. In case if the AutoCompletóIgnoreCase is False, the combo box will try to find the line with exactly same case of characters.  

See also
AutoComplete, AutoCompleteDelay, Items, ShowEditor and SelectedNode properties.  
File not found.