ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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...
ExeRemoteRun (Function)
Starts running a remote program from the current application.
CommandLine (Function)
Identifies and retrieves the different elements of the command line passed as a parameter to the current program.
Batch processing: creation of executables, WDLs, components, etc.
WINDEV and WEBDEV allow you to perform multiple types of processes from a command line...
ExeRun (Function)
Executes a program (an executable file, for example) from the current application.
Multi-project processing: using batches
WINDEV, WEBDEV and WINDEV Mobile allow you to run a set of processes (compilation, generation, ...
CtDatabase (Property)
The CtDatabase property is used to set the OLE DB data source when connecting to a specific table via OLE DB.
CtOLEDBProvider (Property)
The CtOLEDBProvider property is used to get and set the name of the OLE DB provider (also called OLE DB server).
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......
Configuring the IIS 7/7.5 server
Creating a Java project
WINDEV allows you to generate a Java application without even knowing the Java language......
PostMessage (Function)
Sends a Windows message to a control or to a window.
Assisted universal replication through programming
The assisted replication through programming is used to implement a replication on an existing application while controlling the synchronization in the application itself......
Reading an email
This help page explains how to read an email from a WINDEV application and how to display its content in a WINDEV application....
HCreateView (Function)
Creates an HFSQL view. This function uses the former view mechanism....
hBackupDescription (Type of variable)
The hBackupDescription type is used to programmatically describe an HFSQL Client/Server backup....
SendMessage (Function)
Sends a Windows message to a control or to a window.
8. Windows in practice
Discover the main actions that can be performed on the windows....
SysInstance (Function)
Returns the instance of a module.
NumToString (Function)
Converts a numeric value (integer, real or currency) to a string according to a specified format.
Managing bar codes
The use of bar codes to identify and manage products has become essential......
9. Sharing a project in practice
Sharing a project in practice...
OrgElement (Type of variable)
The OrgElement type is used to define the advanced characteristics of an element found in an Organization Chart control.
Spreadsheet report
The report editor allows you to create "Spreadsheet" reports......
gglMapParameter (Type of variable)
The gglMapParameter type is used to define the advanced characteristics of a map...
AAFExportSecurity (Function)
Secures the export of confidential data in the AAFs (Automatic Application Features) that are used to export, print or save data.
Open (Function)
Opens a modal WINDEV window.
Handling PDF Reader controls programmatically
A PDF Reader control can be handled through programming......
IF statement
The conditional IF statement allows you to run an action according to a condition...
Programming standard in Windows Vista and later
To increase security against worms and viruses, Windows Vista/7 implemented the UAC (User Account Control) mechanism....
7. Sending an email
WINDEV Tutorial: WINDEV application: Managing data Lesson 7 - Sending an email - 20 min