mrucombobox AutoFillCaseSensitive property
Return to Introduction  Previous page  Next page
Applies to
acMRUComboBox component.  

Declaration
property AutoFillCaseSensitive: Boolean;  

Description
The AutoFillCaseSensitive property controls whether the characters case 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 AutoFillCaseSensitive is False 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 AutoFillCaseSensitive is True, the combobox will try to find the line with exactly same case of characters.  

See also
AutoFill and AutoFillDelay properties.