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
The following functions are used to program input suggestion options in Edit controls using the prefix syntax:
<Edit>.AddAssistedInputAdds a row to the list of values available in the autocomplete suggestions of an Edit control.
<Edit>.CloseAssistedInputCloses the list of values proposed by the assisted input for an edit control.
<Edit>.ConfigureAssistedInputUsed to configure the filter and the opening of assisted input.
<Edit>.DeleteAllAssistedInputClears the list of values proposed for the assisted input of an edit control.
<Edit>.OpenAssistedInputOpens the list of values proposed by the assisted input for an edit control.
Related Examples:
Photo_Gallery Complete examples (WEBDEV): Photo_Gallery
[ + ] This example is a photo gallery site and is composed of 2 main parts:
- the "visitor" part, developed in Active WEBDEV Page mode and SEO-compatible.
- the administration part, secured and developed in standard WEBDEV mode.  
 
These are some of the available features:
- organize photos via albums
- include links to social networks
- enable users to comment on posts
- user login via WEBDEV'S GPU
- contact form
- ability to upload, describe, and classify photos via albums on the administration side
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.
Versión mínima requerida
  • Versión 24
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 27/02/2024

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