ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Translating the interface into multiple languages
When the different languages supported by the application have been selected, the information displayed by the application must be translated into these different languages......
Activating an application or a site
When distributing an application or a site, you may want to offer both a full version and a limited version......
Break in a Looper control
A break in a Looper control is used to group the data corresponding to one or more arguments......
Remote WEBDEV administrator: Configuration to use the statistics
A specific account dedicated to the management of statistics is required to access the statistical module. This account can be created via the remote administrator....
Error 1017: The method is not global: use: to access it
Events associated with a Rich Text Area control
WEBDEV manages the following events by default (order of appearance in the code editor)......
Handling a Rich Text Area control through programming
To handle a Rich Text Area control programmatically, use the variable of the Rich Text Area control directly in the code......
Error 1006: The member is not global: use: to access it
Events associated with an infinite Progress Bar control
WDScript: use in command-line and console mode
Properties associated with infinite Progress Bar controls
An infinite Progress Bar control can be handled in a window by the following WLanguage properties......
Unnecessary confirmation dialogs? Use automatic validation
Conditions for updating an application automatically (Live update)
Whenever the application is modified on the development computer (modifications of windows, code, analysis, ......
Developing applications for Android
WINDEV Mobile allows you to develop applications for the Android operating system......
ParallelTaskCancel (Function)
Immediately ends the execution of the current task: the task is flagged as ptsCanceled.
ParallelTaskWaitAll (Function)
Waits for the end of execution of all parallel tasks found in an array.
<ParallelTask variable>.RequestCancellation (Function)
Requests the cancellation of a parallel task.
Programming standard in Windows Vista and later
To increase security against worms and viruses, Windows Vista/7 implemented the UAC (User Account Control) mechanism....
2. How to test a site?
3. Project configuration
Project configurations allow you to adapt the same project to multiple "targets"....
Transactions in HFSQL Client/Server mode
To keep maximum compatibility between HFSQL Classic applications (single-user or multi-user) and HFSQL Client/Server applications, the transaction mechanism in HFSQL Client/Server mode is similar to the one in HFSQL Classic mode......
Project description: Project tab
The project description window allows you to configure various elements of your project......
2. WEBDEV administrator in practice
HaspHLLogout (Function)
Closes the connection of the application to a Hasp key.
Multi-touch in an Image control
One of the most common applications of the multi-touch feature is used to handle images......