ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Error 102: The constants can be defined in the initialization code of project, ...
HExecuteScheduling (Function)
Immediately runs a scheduled task regardless of its schedule: stored procedure, backup, optimization, refresh of materialized view....
WinEdRedo (Function)
Runs the last action undone by the end user ("Allow end users to modify the UI" option enabled).
<Connection variable>.ExecuteScheduling (Function)
Immediately runs a scheduled task regardless of its schedule: stored procedure, backup, optimization, refresh of materialized view....
WDTestSite: Running a scenario
The scenario is a text file (".WCN" extension) containing all the operations performed when recording the scenario. This scenario is run by WDTestSite....
DDEEvent (Function)
Associates a WLanguage procedure with a DDE event: when the DDE event occurs, the associated WLanguage procedure is automatically run.
The DotNet structure
ImageInfoClose (Function)
Closes the image file (in JPEG or TIFF format) used by ImageInfoValue and/or ImageInfoList and frees the image from memory....
<Window>.EdRedo (Function)
Runs the last action undone by the end user ("Allow end users to modify the UI" option enabled).
Skins
The skins are used to standardize the visual aspect of a site and they allow you to easily change style......
Characteristics of the Looper control in a page
To view the characteristics of the control, select "Description" in the context menu....
Scheduler report
The report editor allows you to create "Scheduler" reports....
InWinRTMode (Function)
Indicates whether the code is run in WinRT mode (Windows Store apps). Function kept for backward compatibility....
The "Surface" charts
The Surface chart is used to represent correlated analogical data, according to 3 axes...
Undocking the editors
Who has never wanted to view the code and the UI at the same time, without being constrained by the environment? WINDEV, WEBDEV and WINDEV Mobile allow you to "detach" the editors from the environment of the main window......
5. Project configuration
Docker image of the HFSQL server
From version 22, a Docker container with the HFSQL server is available in Docker Hub......
The Preset control
The "Preset" control is used to display the frequently used controls without programming......
Aliases on data files: HAlias
The aliases are used to handle......
"Syntax help" pane
The "Syntax help" pane displays a short help text for the function being entered......
Code coverage
The code coverage is the measure regarding the coverage of tests run on an application or site......
3. Debugger
Testing a dynamic project from the administrator
Running the test from the WEBDEV administrator (WDAdmin) is used to check ......
Automatic procedures
The programming of timers, threads and delayed procedures is now automatically managed by the environment......
Pinned area in a page: fixed area on the screen
A fixed area in a page is a page section that remains visible even if the Web user moves the browser scrollbar......