JVCL Help:TJvAutoCompleteOption

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Defines autocomplete options.

run\JvToolEdit.pas


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.

run\JvToolEdit.pas


Description

The TJvAutoCompleteOption type defines values describing autocomplete options. TJvAutoCompleteOptions is a set of TJvAutoCompleteOption values.

run\JvToolEdit.pas


About

Navigation

no pages or subcategories

run\JvToolEdit.pas



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