ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Discover WINDEV Mobile
WINDEV Mobile tutorial: WINDEV Mobile overview Discover WINDEV Mobile - 10 min
14. Controls in practice
12. External component in practice
1. Simple layouts
WEBDEV Tutorial - WEBDEV layouts Lesson 1 - Simple layouts - 30 min
CheckSpell (Property)
The CheckSpell property is used to enable or disable the automatic spelling checker.
How to color a control with focus?
This help page explains how to highlight the control where the input is performed....
Flexbox control description: Details tab
The "Details" tab of the Flexbox control description window allows you to define how the control reacts when the browser is resized horizontally or vertically......
1. WEBDEV environment
WEBDEV Tutorial: WEBDEV overview Lesson 1 - WEBDEV environment - 5 min
NetMsgError (Function)
Returns the error message corresponding to the error number returned by NetOpenRemoteAccess and NetCloseRemoteAccess.
User Groupware (WINDEV and WEBDEV): Options and settings
An application is often intended to be used by several users connected via a network......
FreeAWPContext (Function)
Frees the AWP context in advance (on disk) to allow the other call on the same AWP context to be processed in parallel.
The Task structure
The Task structure is a preset structure of WLanguage (no declaration is required)......
13. External component in practice
External component in practice...
Creating an executable without library
When creating an executable, you can choose not to use a library or not to include all the elements of the project in the library......
HCreateView (Function)
Creates an HFSQL view. This function uses the former view mechanism....
Automated tests
WINDEV Tutorial - Monitoring the evolution of an application Automated tests - 20 min
Assisted HFSQL error handling
WINDEV, WEBDEV and WINDEV Mobile include a module for assisted management of HFSQL errors......
Creating and generating an external component
A component must be created from a project containing all the elements required for the component......
1. Discover WINDEV
WINDEV Tutorial: WINDEV overview Lesson 1 - Discover WINDEV - 5 min
Pull to refresh (Android/iOS): Window, Table and Looper controls
The "Pull to refresh" feature allows the user to "pull" a Table control, a Looper control or a window in order to refresh its content......
Advanced installer options
The setup wizard allows you to specify advanced options for the installer. These advanced options are used to: specify the options for managing the installer framework. specify the options for managing the UAC for the installer....
Translating the code
WINDEV, WEBDEV and WINDEV Mobile allow you to automatically translate your WLanguage code from English into French and vice versa......
Nesting the framesets
By default, a frameset is used to display several pages in the same window of the browser......
Managing the required input in WEBDEV
To prevent users from leaving a control empty, you can set it as a required field......
Declaring a procedure/a function
The different syntaxes for declaring a procedure...