ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / Assisted input management 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
Clears the list of values proposed for the assisted input of an edit control.
Example
EDT_Direction.DeleteAllAssistedInput()
EDT_Direction.AddAssistedInput("Left")
EDT_Direction.AddAssistedInput("Left to the top")
EDT_Direction.AddAssistedInput("Left to the bottom")
EDT_Direction.AddAssistedInput("Right")
EDT_Direction.AddAssistedInput("Right to the top")
EDT_Direction.AddAssistedInput("Right to the bottom")
EDT_Direction.AddAssistedInput("Center")
EDT_Direction.OpenAssistedInput()
Syntax
<Edit control>.DeleteAllAssistedInput()
<Edit control>: Control name
Name of the edit control to use.
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: wd280obj.dll
Minimum version required
  • Version 24
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 06/19/2023

Send a report | Local help