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

Declaration
property AutoFill: Boolean;  

Description
The AutoFill property controls whether you would like to auto-complete the input with the string taken from the history list. Set AutoFill to True to allow the auto-completing, or False otherwise.  
 
For example, the list contains the line "Hello world!". At once the user type the "H" character, the combobox will try to put missing part of this line "ello world!".  
acmrucomboboxss1  

See also
AutoFillDelay and AutoFillCaseSensitive properties.