ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Miscellaneous Windows functions
List of miscellaneous Windows functions
Windows Scheduler functions
List of functions for managing the scheduler
Installing WINDEV, WEBDEV or WINDEV Mobile
This page describes the configuration required to install WINDEV, WEBDEV or WINDEV Mobile, as well as the different installation steps...
Interactive notifications
A notification is a small window that appears at the bottom right of the screen, and that can be viewed at any time in the Windows notification area...
(No title )
SNMP functions
List of SNMP functions
Mouse functions
List of functions for mouse management
WINDEV Mobile: Platforms, processors and operating systems
WINDEV Mobile applications can run on the following platforms
InWindowsMode (Function)
Indicates whether the code is run in Windows mode or not.
Multitask (Function)
MultiTask is used to:
  • define a timeout,
  • give control back to Windows,
  • give control back to Windows and to WLanguage.
SysWindowsVersion (Function)
Returns information about the Windows version used on the current computer.
Report based on a text file
In a report based on a text file, the information to print is read from a text file or is directly...
Conversion (Function)
Converts a value from a unit to another one.
5. Website test in practice
Starts recording a video via a Camera control in an Android or iOS application....
Push notifications
A mobile device can receive push notifications......
emailOutlookSession (Type of variable)
The emailOutlookSession type is used to handle the Outlook messaging software (emails, contacts,...
6. Source Code Manager (SCM)
To simplify teamwork, WINDEV Mobile includes a Source Code Manager....
Utility components
WINDEV includes several utility components that allow you to handle data directly......
The Spin control
A Spin control is used to increase or reduce a value found in a control......
Handling a Spin control through programming
WINDEV allows you to handle a Spin control through programming......
grSaveWMF (Function)
Saves a chart that was drawn beforehand in WMF format.
grSaveEMF (Function)
Saves a chart that was drawn beforehand in a file in EMF format.
TableAdjust (Function)
Adjusts the title and size of columns found in a Table or TreeView Table control.
LeftMargin (Property)
The LeftMargin property is used to: Find out the left margin of a report. Modify the left...
TopMargin (Property)
The TopMargin property is used to: Find out the top margin of a report. Modify the top margin...
Automatic procedures
The programming of timers, threads and delayed procedures is now automatically managed...
Creating the Vision pages of the WEBDEV RAD pattern
Android 11: Changes in the behavior of applications
After each new version of Android is deployed, Google requires a higher target API level...
Testing a dynamic page (session or AWP mode)
The test of a single page runs the current page in WEBDEV......
Creating a table in a report
Tables can be created in a report......