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, ...
TableSave (Function)
Updates or adds the record bound to the current row in the Table or TreeView Table control.
Code snippets
The code editor allows you to enter "Code snippets"......
Selection conditions of a query
The selection conditions of records are applied to the items used in the queries......
Chart control: "Series" tab
The "Series" tab is used to define the different series used in the Chart control as well as the source of category labels......
gglContact (Type of variable)
The gglContact type is used to describe and modify a contact used by the Google Contacts service...
Print constants
List of constants used by the print functions....
BurnerEject (Function)
Opens or closes the door of current burner.
4. Conditional statements
WINDEV Tutorial - WLanguage basics Lesson 4 - Conditional statements - 20 min
LDAPReplaceAttribute (Function)
Replaces all the values of an attribute by a specific value.
SSHRead (Example)
Usage example of the SSHRead function
HFSQL in network mode on a server running Windows NT4, 2000, XP or 2003
The access speed to the data in network depends on several parameters (see the section......
Encrypt (Function)
Encrypts a character string in binary format or in ASCII format.
Debugging constants
List of constants used by the debugging functions...
How to open a window?
Handling Spreadsheet controls programmatically (in a window)
Spreadsheet controls can be handled programmatically......
Socket: Creating a client application
A client application of a socket server connects to a standard server in order to exchange information via socket......
Accessing a database in local mode (SQLite)
WEBDEV allows a site to create and access a database created by the browser on the computer of the Web user in browser code....
Obtaining an SSL certificate for IIS7 (or later)
To get an SSL certificate for IIS 7 (and later), the different steps are as follows:...
HAddScheduledOptimization (Function)
Adds an optimization task of HFSQL Client/Server data files....
13. Generation modes
Universal Windows 10 App: Deploying on the store
Your Universal Windows 10 App application is ready to be used......
Socket: creating a standard socket server
WINDEV allows you to create a standard socket server......
WINDEV and telephony
WINDEV allows you to easily manage the incoming and outgoing phone calls via the WLanguage telephony functions......
Handling a toolbar through programming
WINDEV allows you to handle a Toolbar control through programming......
6. Procedures
WINDEV Tutorial - WLanguage basics Lesson 6 - Procedures - 20 min