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
InWindowsMode (Function)
Indicates whether the code is run in Windows mode or not.
Mouse functions
List of functions for mouse management
WINDEV Mobile: Platforms, processors and operating systems
WINDEV Mobile applications can run on the following platforms
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.
Choose the type of image: dynamic, static, generated, ...
The images are often used to illustrate the site pages......
NumericFormat (Variable type)
The NumericFormat type allows you to define all the characteristics of the format to be used...
Uploading files
Uploading consists in saving a file located on the user's computer to a web server......
Calling a procedure/a function
Syntax for calling a local or global procedure.
Manipulating Button controls programmatically
WINDEV, WINDEV Mobile and WEBDEV allow you to programmatically manipulate Button controls......
SCM administrator: Managing the repository
The SCM administrator (Source Code Manager) allows you to directly handle the source codes...
Various WEBDEV constants
Various WEBDEV constants...
Handling a TreeView Table control programmatically
This page explains how to program TreeView Table controls......
HTTP constants
List of constants used by the HTTP functions....
How to choose the data source of a control?
This help page presents the different data sources available for a control....
Aligning elements in a List Box or Combo Box control
There are different methods to align the elements in a List Box or Combo Box control......
Managing emails with "Simple MAPI"
Simple MAPI simplifies the management of emails received by the hosting company......
Project with multiple analyses
A single WINDEV, WEBDEV or WINDEV Mobile project can now use multiple analyses (data...
ListSeek (Function)
Searches for an element in a List Box, ListView or Combo Box control (including the values...
HFSQL Client/Server: Scheduled optimization
Scheduled optimization is a mechanism for automatically optimizing databases......
REST web service: Testing and deployment
WINDEV and WEBDEV allow you to create REST web services. Once the REST web service...
Type (Property)
The Type property gets and sets the type of an element.
HFSQL constants
List of constants used by the HFSQL functions....
Table control based on a variable
A Table control based on a variable is a Table control whose columns are bound to the elements...
Accessing a database in local mode (SQLite)
WEBDEV allows a site to create and access a database created by the browser on the computer...
Materialized view