AutoComplete
Enables automatic completion (search) of Text
property, that is activated on every keystroke.
pas
property AutoComplete: Boolean read FAutoComplete write FAutoComplete default False;
After user have made keystroke and delay specified with AutoCompleteDelay
is passed, the component search trough Items
property and fill Text
with first value found.