ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Database parameters (Setup program)
The setup program creation wizard includes the setup of the database along with the application and suggests additional elements...
Languages supported by the setup
If your applications must be installed in several countries, the setup wizard proposes to generate a multilingual setup...
Setup mode
Several methods can be used to distribute a WINDEV application...
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.
Configuring the setup program
Two tools can be used to create a setup program...
Setup wizard: Steps for creating a WINDEV application setup program
The setup program creation wizard allows you to define all the settings of your setup program.
Generating the setup program
The last wizard step for creating the setup program allows you to...
Procedure/Function
A procedure is used to associate an identifier with a statement block......
Calling a procedure/a function
Syntax for calling a local or global procedure.
SQL : ORDER BY clause: Organizing the result of a query
The ORDER BY clause is used to sort the records selected by an SQL query......
SQL: Managing joins (INNER JOIN, OUTER JOIN)
To select records coming from several data files, joins must be used in the SQL query......
Global procedure/function
A global procedure can be used in all the processes or events of the project....
SQL commands available in an SQL query
WINDEV allows you to easily run queries in SQL code......
Coloring the procedures
A color (text color) can be assigned to the procedures so that they can be easily classified and identified......
1. Website deployment requirements
WEBDEV Tutorial - Website deployment Lesson 1 - Website deployment requirements - 30 min
Local procedure
Two types of procedures are available......
Sub-query
A sub-query is a query whose result is used by another query......
SQL selection conditions
To specify the selection conditions in an SQL query, you can use......
Mathematical SQL functions
The mathematical SQL functions that can be used on the queries written in SQL code are as follows......
Characteristics of the columns in a Table control in a window (prefix syntax)
The columns are used to display information in a Table control......
"About" window
The "About" window is used to display and access various information about the current application......
Creating a .NET assembly from WINDEV
To create a.NET assembly, ......
SAPExecute (Function)
Calls a synchronous function or BAPI on a SAP system.
13. Types of standard controls
SQL functions that can be used in SQL queries
The following SQL functions can be used on the queries written in SQL code (classified by theme)......
Declaring a procedure/a function
The different syntaxes for declaring a procedure...
Characteristics of the columns in a Table control in a window
The columns are used to display information in a Table control......
Installing OpenOffice
WINDEV, WEBDEV and WINDEV Mobile propose a spelling checker......
Reuse code via external components
WINDEV Tutorial: External components Reusing code with external components - 40 min
Deploying an Android application
WINDEV Mobile tutorial: Deploying an Android application 10 min
2. Creating files in the analysis
WINDEV Tutorial: Creating a WINDEV project and its analysis Lesson 2 - Creating files in the analysis - 40 min
DialogAsynchronous (Function)
Displays a non-blocking message box and calls a WLanguage procedure with the value of the button clicked by the user.