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

Declaration
property AutoFillDelay: Integer; // in milliseconds  

Description
The AutoFillDelay property speicifes the delay, in milliseconds, which should pass between keypress and attempt to auto-complete the input.  
 
By default AutoFillDelay = 500 milliseconds, that means that when user typed the character and delayed on half seconds, the combobox will try to autocomplete the input with the line taken from the MRU history list.  

See also
AutoFill and AutoFillCaseSensitive properties.