|
|
|
| acMRUComboBox component.
|
| property AutoFill: Boolean;
|
| 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!".
|
| AutoFillDelay and AutoFillCaseSensitive properties.
|