ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Referring to an element in a WLanguage event / process
HFSQL data files exceeding 2 gigabytes
By default, the HFSQL engine allows you to manage large data files (up to 2 gigabytes)......
<Window>.Maximize (Function)
Displays a WINDEV window in its maximum size.
<Window>.Restore (Function)
Displays a WINDEV window to its initial size.
Restore (Function)
Displays a WINDEV window to its initial size.
Image control properties
The Image controls include properties that can be handled in WLanguage both in the windows and pages but also in the reports......
Maximize (Function)
Displays a WINDEV window in its maximum size.
Universal Windows 10 application: Deployment platform
Once the Universal Windows 10 app is generated, the wizard proposes to select the deployment platform......
Common project
Projects are often cross-platform......
Automated tests
WINDEV Tutorial - Monitoring the evolution of an application Automated tests - 20 min
iEndPrinting (Function)
Signals the end of the document to print and actually starts printing the data stored in the printer spooler via the following functions: iPrint, iPrintImage, iNewLine, etc.
Advanced dialog boxes
The advanced dialog boxes are windows allowing you to communicate with the user......
Reverse modeling of inheritances
Your windows or your pages use window, page or control templates, and you want to find out the dependencies between these templates? Simply perform a reverse modeling of inheritances......
"END:" label
The END: label is used to define a code that will be systematically run at the end of process execution.
ServiceInstall (Function)
Installs a Windows service or a Linux daemon according to the information given in the members of the Service variable.
InWindowsPhoneSimulatorMode (Function)
Indicates whether the code is run in the Windows Phone simulator. Function kept for backward compatibility....
InWindowsPhoneMode (Function)
Indicates whether the code is run in Windows Phone mode. Function kept for backward compatibility....
TileDisplayBadge (Function)
Displays a badge (numeric notification or image) on the tile of a Universal Windows 10 App application.
MATLAB functions
The following functions are used to access MATLAB:...
InUniversalWindowsAppSimulatorMode (Function)
Indicates whether the code is run in the simulator for the applications in Universal Windows 10 App mode.
<Page>.DisplayPopup (Function)
Displays a WEBDEV page as a popup in the current page with a DDW (Dim Disabled Windows) effect.
Nation (Function)
Defines or identifies the display language (captions, messages, ...) used for the windows, pages, reports and controls.
Windows Scheduler management functions
List of functions for managing the scheduler...
Navigation history in the code
The different editors enable you to directly view the code of an element by pressing the F2 key......
RequestRefreshUIParent
Asks to run the "Request for refreshing the display" process of parent.
15. Creating the executable in practice
Creating the executable in practice...