TAutoCompleteOptions specify options that control autocompletion.
TAutoCompleteOptions = set of TAutoCompleteOption;
TAutoCompleteOption TAutoCompleteOptions;
TAutoCompleteOptions defines options for controls that support autocompletion. These are:
|
Value |
Meaning |
|
acoAutoSuggest |
Enable the autosuggest drop-down list. |
|
acoAutoAppend |
Enable autoappend. |
|
acoSearch |
Add a search item to the list of completed strings. Selecting this item launches a search engine. |
|
acoFilterPrefixes |
Don't match common prefixes, such as "www." and "http://". |
|
acoUseTab |
Use the tab key to select items. |
|
acoUpDownKeyDropsList |
Use up and down arrow keys to display suggestion list. |
|
acoRtlReading |
Text direction is opposite of parent. |
|
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|