AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Controles, páginas y ventanas / Funciones de entrada predictiva
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 values in the suggestion list 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 be used.
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
Versión mínima requerida
  • Versión 24
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 29/02/2024

Señalar un error o enviar una sugerencia | Ayuda local