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, ...
SocketClientInfo (Function)
Allows the server to get information about the current client socket.
Constants for managing errors and exceptions
List of constants used by the functions for managing errors and exceptions....
rssEntry (Type of variable)
The rssEntry type is used to handle a RSS stream entry...
The PDF Reader control
The "PDF Reader" control is an advanced control that allows end users to view PDF documents in their applications, without an external software......
3. Multi-criteria search
WINDEV Tutorial: WINDEV application: Managing data Lesson 3 - Multi-criteria search - 40 min
Multiple assignments of arrays, structures and classes
The multiple assignment of arrays consists in assigning a set of simple values (boolean, integer, string, real, numeric or currency) to the cells of an array. This multiple assignment is also available for the structures and the classes....
Using Java code
You can use Java code: in Java applications generated with WINDEV. in Android applications generated with WINDEV Mobile. This allows you to create global procedures in Java....
Animation of Chart control
The animation of Chart controls allows you to define a dynamic display in your applications......
Encryption (Property)
The Encryption property allows you to manage the type of encryption used between Client computers and an HFSQL server.
External language: Programming in Fortran
We are going to call the elements developed in WINDEV (project, windows, analysis, ......
Creating and distributing Active WEBDEV Pages
To transform a page in Session mode into an Active WEBDEV Page:...
BurnerAddDirectory (Function)
Adds all the files found in a directory to the compilation.
ProjectInfo (Function)
Returns specific information about the project currently run.
Creating an executable: Managing manifests
When running an executable, Windows Vista (and later) performs several checks regarding the rights of the current user via the UAC mechanism (User Account Control)......
Maximized windows for Android
A maximized window occupies the entire screen of the mobile device....
HModifyScheduledOptimization (Function)
Modifies a scheduled optimization task on the HFSQL server defined by the connection.
docElementTextArea (Type of variable)
The docElementTextArea type is used to define the advanced characteristics of a text area found in a docElement variable.
xmlSignature (Type of variable)
The xmlSignature type is used to define the advanced characteristics of an XML signature.
External language: Programming in COBOL
We are going to call the elements developed in WINDEV (project, windows, analysis, ......
HModifyTask (Function)
Modifies a scheduled task on the HFSQL server defined by the connection.
WINDEV, WEBDEV, Android or iOS external component
An external component is a set of WINDEV, WEBDEV or WINDEV Mobile elements......
Creating an executable: WINDEV framework
Each WINDEV function is associated with a WINDEV DLL......
6. Chart and Pivot Table
WINDEV Tutorial: WINDEV application: Managing data Lesson 6 - Chart and Pivot Table - 30 min
HCloseConnection (Example)
Usage example of the HCloseConenction function
Specific features of the Express version