RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
ComCtrls.TAutoCompleteOptions Type

TAutoCompleteOptions specify options that control autocompletion.

Pascal
TAutoCompleteOptions = set of TAutoCompleteOption;
C++
TAutoCompleteOption TAutoCompleteOptions;

ComCtrls

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) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!