ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

CommandLine (Function)
Identifies and retrieves the different elements of the command line passed as a parameter to the current program.
ExeRemoteRun (Function)
Starts running a remote program from the current application.
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.
Multi-project processing: using batches
WINDEV, WEBDEV and WINDEV Mobile allow you to run a set of processes (compilation, generation, ...
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
WEBDEV: Scheduled tasks and delayed tasks
WEBDEV allows you to implement tasks on the server directly......
Consuming a web service
WINDEV Tutorial: Consuming a web service Consuming a web service - 10 min
SCM: Adding a project to the repository
Some operations are required before an existing project can be used by the Source Code Manager......
Project Management Hub: Project Management
Project Management Hub: project management (view, create, etc.)...
docSection (Variable type)
The docSection type is used to define the advanced characteristics of a section found in a document or paragraph.
PostgreSQL Native Connector: Programming with HFSQL functions
To use a PostgreSQL database with the Native Access Connector, you need to import the PostgreSQL table structure into the WINDEV or WEBDEV... database schema....
Buffer (Type de variable)
The Buffer type corresponds to a binary memory area.
Generating and deploying 64-bit applications
WINDEV allows you to automatically generate and install a 64-bit application.
Secret string vault
Passwords, private keys and tokens are often used in programming......
GglConnect (Function)
Manages authentication on a Google server (via the "OAuth 2.0" authentication mode).
Advanced installer options
The setup wizard allows you to specify advanced options for the installer. These advanced options are used to: specify the options for managing the installer framework. specify the options for managing the UAC for the installer....
Single Page App
A "Single Page App" is a Web application (Internet or Intranet) whose all pages are grouped in a single page......
Summary table: Installing an application developed in WINDEV
When developing an application, one of the important steps consists in deploying this application on the user computers......
CallDLL32 (Function)
Runs a function found in an external DLL.
The Progress Bar control
The Progress Bar control is used to follow the progress of an event......
Window templates and inheritance
When a window template is applied to a window, all the controls and code in the template are "copied" to the window......
SQL Server Native Connector: Programming with HFSQL functions
To use an SQL Server database with Native Connector, the structure of SQL Server tables must be imported into the data model database schema......
Project Management Hub: Dashboard
The Project Management Hub groups all the details of the projects in a dashboard......
User login: User Groupware
WINDEV Tutorial: User Groupware User login: User Groupware - 20 mn