JVCL Help:TJvAutoCompleteOption
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvAutoCompleteOption type
Search in JVCL Help
Search in all projectsSummary
Defines autocomplete options.
Pascal
run\JvToolEdit.pas
TJvAutoCompleteOption = (
acoAutoSuggest,
acoAutoAppend,
acoSearch,
acoFilterPrefixes,
acoUseTab,
acoUpDownKeyDropsList,
acoRTLReading
);
TJvAutoCompleteOptions = setof TJvAutoCompleteOption;
Members
Members | Description |
acoAutoSuggest | Enables the autosuggest drop-down list. |
acoAutoAppend | Enables autoappend. |
acoSearch | If this is item is selected, you should launch a search engine to assist the user. |
acoFilterPrefixes | Does not match common prefixes, such as "www.", "http://", and so on. |
acoUseTab | Enables the use of the TAB key to select an item from the drop-down list. |
acoUpDownKeyDropsList | Enables the use of the UP ARROW and DOWN ARROW keys to display the autosuggest drop-down list. |
acoRTLReading | The text is read in the opposite direction from the text in the parent window. |
Description
The TJvAutoCompleteOption type defines values describing autocomplete options. TJvAutoCompleteOptions is a set of TJvAutoCompleteOption values.
About
no pages or subcategories
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page