ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Creating a service with WINDEV
A service is a specific type of application intended to be run without any user intervention......
Native Progress Connector: Programming with HFSQL functions
To use a Progress database with the Native Connector, you must ......
Trace (Function)
Displays the requested information (content of a control, for example) in a window opened next to the current window.
Drawing in WINDEV, WEBDEV and WINDEV Mobile
WINDEV, WEBDEV and WINDEV Mobile include several functions for displaying, drawing, copying and saving the drawings and images from your applications or sites......
ExecuteProcess (Function)
Starts the execution of a process programmatically, i.e. without the user having to perform any particular action in the interface.
HWrite (Function)
Writes a record into a data file without updating the indexes corresponding to all keys used in the file.
Combo Box columns in Table controls
A Table control (populated programmatically, based on a data file or based on a variable) can include Combo Box columns......
Handling an Edit control programmatically
You can handle Edit controls programmatically......
Configuring a WINDEV SOAP server
WINDEV allows you to easily manage the SOAP protocol by allowing you to create......
Carrying over the differences from an element to another one
The project comparator is used to compare two elements and to list the differences found......
Error (Function)
Displays a custom error message in a system error window.
Page in Session mode: Populating controls after a long process
In a web application, you may need to run long processes (for example, to update counters......
MySelf (Reserved word)
MySelf is used to handle the current control...
Report based on a variable (Data binding)
A report based on a variable is used to directly print the information found in a WLanguage variable......
Changing the window content by swipe
The mobile devices propose several features available via finger movements......
Managing Responsive Web Design in your Web pages
From now on, the Web sites can be viewed on several platforms......
The Layout control
The Layout control simplifies the implementation of dynamic UIs where controls are displayed and/or hidden programmatically......
Data source (Type of variable)
A Data source variable is used to describe a temporary data source (query, view, alias, ...)
WDZip: Creating or modifying an archive
This help page explains how to......
SCM file format evolutions
Four versions are available for the SCM repository......
Configuring the assisted universal replication
If your application uses assisted universal replication via a .WER file, the setup creation wizard proposes to configure the setup to install the different tools required for this type of replication....
Screen,Get (External language)
Retrieves the value in a control or in a variable.
Insert (Function)
Inserts an element at a given position: into a one-dimensional WLanguage array. into an associative array. into an advanced array property (array of gglCalendar events, etc.). into a WLanguage list....
Using offline sites
WEBDEV allows you to specify that a site or a set of pages can operate in off-line mode (without an Internet connection)....
Transforming a WINDEV project into Mobile: a detailed audit
Transforming WINDEV applications into Mobile is very easy......