ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

New Features brochure - Version 27: Common new features
New features in WINDEV/WEBDEV/WINDEV Mobile 27 presented in the New Features brochure....
Constants for managing emails
List of constants used by the functions for managing emails....
Extracting the text of the project
The following text can be extracted......
How to include secure payment in a WEBDEV site?
This help page explains how to add a secure payment into a WEBDEV site......
Check spelling based on Hunspell dictionaries
WINDEV gives you the ability to use the spelling checker of the Word Processing controls in WINDEV applications......
"Debugger trace" pane
The "Debugger trace" shows the messages displayed in the trace window during the last application test......
Reading an email
This help page explains how to read an email from a WINDEV application and how to display its content in a WINDEV application....
MyLeftSlidingWindow (Reserved word)
MyLeftSlidingWindow is used to handle the left sliding window associated with the current window.
MyRightSlidingWindow (Reserved word)
MyRightSlidingWindow is used to handle the right sliding window associated with the current window.
Non-maximized windows for Android
A non-maximized window can be resized by the user and it can occupy a section of the screen only......
TraceBuild (Function)
Displays a customizable message in the trace window opened in parallel with the current window.
DynamicSiteDisplay (Function)
Starts a dynamic WEBDEV site from a static page or or from a dynamic WEBDEV page.
System functions
List of system functions...
CreateShortcut (Function)
Creates a shortcut on the Windows desktop, in the "Start" menu of Windows or in a specific directory.
Automated tests of window
The automated tests of window are used to check the different features proposed by the window......
<Window>.EnableDDW (Function)
Enables or disables the Dim Disabled Window (DDW) feature for a specific window:
WEBDEV 2024: New features in this version
Here are the new features that you will discover in this version......
Mouse management functions
List of functions for mouse management...
InternalWindow
The Property Internal Window allows you to define the name of the internal window to use.
Report based on a Looper control
A report based on a Looper control is used to directly print the information displayed in the control......
Report based on a Table control
A report based on a Table control is used to directly print the information displayed in the Table control (based on a data file or populated programmatically)......
ERR_NOTAVAILABLE
ERR_BAD_WEBDEV_CONFIG
ERR_BAD_WEBDEV_CONFIG: Wrong overall WEBDEV configuration....
Handling the versions of a window, report, query or project
When creating and developing the different elements of a project (window, query, report, project, ......
PageToFile (Function)
Automatically updates: the value of the items in a data file with the value of the controls in the page. The data file items bound to the window controls are automatically updated with the values of these controls. the value of the WLanguage variables with the value of the window controls. The WLanguage variables bound to the page controls are automatically updated with the values of these controls. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....