ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / Assisted input functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Opens the list of suggestions of an Edit control.
Example
AssistedInputDeleteAll(EDT_Direction)
AssistedInputAdd(EDT_Direction, "Left")
AssistedInputAdd(EDT_Direction, "Left to the top")
AssistedInputAdd(EDT_Direction, "Left to the bottom")
AssistedInputAdd(EDT_Direction, "Right")
AssistedInputAdd(EDT_Direction, "Right to the top")
AssistedInputAdd(EDT_Direction, "Right to the bottom")
AssistedInputAdd(EDT_Direction, "Center")
AssistedInputOpen(EDT_Direction)
Syntax
AssistedInputOpen(<Edit control>)
<Edit control>: Control name
Name of the Edit control to be used. The "Assisted input based on data binding" option is automatically enabled in this control.
Related Examples:
The AssistedInput functions Unit examples (WINDEV): The AssistedInput functions
[ + ] Using the WLanguage AssistedInput functions.
These functions are used to easily implement an assisted input on the controls.
Business / UI classification: UI Code
Component: wd290obj.dll
Minimum version required
  • Version 17
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 02/28/2024

Send a report | Local help