ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Category: Input suggestion functions
15 results
<Edit>.AddAssistedInput (Function)
Adds a row to the list of values available in the input suggestions of an Edit control.
<Edit>.CloseAssistedInput (Function)
Closes the list of input suggestion of an Edit control.
<Edit>.ConfigureAssistedInput (Function)
Specifies how to open and filter the autocomplete suggestion list.
<Edit>.DeleteAllAssistedInput (Function)
Clears the values in the suggestion list of an Edit control.
<Edit>.OpenAssistedInput (Function)
Opens the list of suggestions of an Edit control.
AssistedInput (Variable type)
The AssistedInput type allows you to define all the advanced characteristics of an autocomplete suggestion.
AssistedInputAdd (Function)
Adds a row to the list of values available in the input suggestions of an Edit control.
AssistedInputClose (Function)
Closes the list of input suggestion of an Edit control.
AssistedInputConfigure (Function)
Specifies how to open and filter the autocomplete suggestion list.
AssistedInputDeleteAll (Function)
Clears the values in the suggestion list of an Edit control.
AssistedInputOpen (Function)
Opens the list of suggestions of an Edit control.
Input suggestion functions
The following functions are used to program input suggestion options in Edit controls
Input suggestion functions (prefix syntax)
The following functions are used to program input suggestion options (prefix syntax) in Edit controls
Input suggestions in an Edit control
Implementing input suggestions in an Edit control is very simple...
Input suggestions in an Edit control (prefix syntax)
Implementing input suggestions in an Edit control is very simple...