ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

ExeRun (Function)
Executes a program (an executable file, for example) from the current application.
Batch processing: creation of executables, WDLs, components, etc.
WINDEV and WEBDEV allow you to perform multiple types of processes from a command line...
PageParameter (Function)
Returns the value of a parameter passed to the current page.
CommandLine (Function)
Identifies and retrieves the different elements of the command line passed as a parameter to the current program.
Using batch processing in multiple projects
WINDEV, WEBDEV and WINDEV Mobile allow you to run a set of processes (compilation, generation, ...
ExeRemoteRun (Function)
Starts running a remote program from the current application.
Creating and deploying the installation program: How do you do it?
Creating the setup program allows you to deploy a WINDEV application on the end-user computers...
WINDEV, WEBDEV and WINDEV Mobile tools
The following tools are provided with WINDEV, WEBDEV and WINDEV Mobile
How to use the indirection operators?
The indirection operators ({ }) are used to handle an object whose name is found in a variable......
Custom-Folders
"Custom-Folders" simplify the organization of projects, allowing you to group the elements of your application by themes......
Application patch
Once an application was installed, the application library had to be reinstalled whenever a modification was performed (WDL file)......
Limitations of WINDEV, WEBDEV and WINDEV Mobile
The Pager control
The Pager control is used to quickly access the records of a Table or Looper control displayed on several pages......
Manipulating controls in a page
The different operations that can be performed on the page controls are as follows......
Remote WEBDEV administrator: Modifying a WEBDEV account
To modify a WEBDEV account from the remote WEBDEV administrator:...
Additional setup modules
The setup wizard allows you to include additional modules in the setup. The additional modules are used to add additional options to the setup program and to access the advanced setup parameters....
Project Management Hub: Spool of requests
The Project Management Hub is used to define spools of requests......
Native SQLite Connector
WINDEV and WEBDEV propose a Native Connector to SQLite. This Native Connector allows you to access an SQLite database from a WLanguage program without using an external driver....
Warning 124: Shadowing a global variable
AAF: Zoom the content of a control (Table, Spreadsheet, List box, Pivot table, ...)
To simplify the reading in the controls used to view large volumes of data, the end user has the ability to zoom the data found in the control......
User Control Center: Available network applications
The User Control Center is used to list the applications for which a network setup was created......
WDAPI: Help about the APIs
WDAPI simplifies the use of Windows APIs in a WINDEV application......
Keyword properties
You can change the characteristics of a keyword at any time in the keyword properties......
Start of Break block (Break header)
The Start of break block is optional......
Events associated with a TimeLine control
WINDEV manages the following events by default (in order of appearance in the code editor)...
Information 2101: 'Short int' does not exist anymore: use 'unsigned 1-byte int'
BLOCK
The <BLOCK> keyword is used in the code editor to declare custom blocks of code. These blocks of code are used to highlight the different steps of an algorithm and to group the declarations of variables or members.
Business rules
WINDEV, WEBDEV and WINDEV Mobile allow you to manage the business rules......
Managing the Unicode format in the HFSQL files
The analysis proposes two types of Unicode items......
Image with automatic sequence (WEBDEV)
...Image controls with automatic sequence are used to view a series of images located in one or more site directories. The images are automatically browsed....
Software Factory
The concept of software factory is used to automate the process for creating applications....
Sliding window (sliding menu)
The sliding windows (also called sliding menus) are often used in the mobile applications......
The "Pie", "Donut" or "Semi-circular" charts
Several types of charts belong to the same family......