ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Help: Summary table
In a WINDEV application, users have multiple help features at their disposal: Tooltip. Status bar. Help window. Advanced tooltip. Help page. HLP file....
Managing the Windows scheduler
Windows gives you the ability to schedule automatic tasks via the manager of scheduled tasks......
Page in Session mode: Populating controls after a long process
In a web application, you may need to run long processes (for example, to update counters......
2. Projects in practice
Discover the main operations that can be performed on a project....
Events associated with the columns (Table control)
List of events associated with the columns of Table controls...
User Groupware and multilingual application/site
If your application is a multilingual application, the multilingual feature must also be managed in the windows/pages of user groupware......
7. HFSQL: files physically created
Managing accessibility on Mobile
On smartphones and tablets, there is an operating mode designed for visually impaired and blind users......
Parallax effect
"Parallax" effects make it possible to scroll the elements in the interface at different speeds......
Window control search functions
WINDEV allows the user to perform a search among all the texts found in a window or in a control......
Batch processes: Creating executables, WDLs, components, and more...
WINDEV and WEBDEV allow you to perform multiple types of processes from a command line......
Multi-project processes: using batches
WINDEV, WEBDEV and WINDEV Mobile allow you to run a set of processes (compilation, generation, ......
Handling Organizer controls programmatically
Organizer controls can be handled programmatically....
Multi-touch in an Image control
One of the most common applications of the multi-touch feature is used to handle images......
Universal Windows 10 application: Deployment platform
Once the Universal Windows 10 app is generated, the wizard proposes to select the deployment platform......
Choosing the languages supported by the application
The choice of languages supported by the WINDEV or WINDEV Mobile application or by the WEBDEV site is performed at several levels......
ERR_BAD_APPLICATION
Custom telemetry
Custom telemetry allows you to define the elements that will be included in the analytics......
Managing actions with Undo/Redo
WINDEV allows you to easily manage the Undo/Redo feature in your applications with the ActionXXX functions......
ReturnToCapture (Function)
Stops the current process and forces the input in the specified control, window or page.
ListSeek (Function)
Searches for an element in a List Box, ListView or Combo Box control (including the values described by gStoredValue).
SetFocusAndReturnToUserInput (Function)
Stops the current process, sets the focus to the specified control, window or page, and allows the user to enter data.
Compatibility between external components and deployed applications
A component can evolve in many ways......
The structure of the file for remote control
The management of remote control uses a file in INI format......
1. The WINDEV Framework