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, ...
User Groupware
A Windows application, an Internet or Intranet site require to define the role of different contributors......
Code editor: Assisted input
The following mechanism allows developers to write WLanguage code more easily in the code editor ......
Column of type Attribute
WINDEV and WEBDEV allow you to use columns of type "Attribute" in Table controls......
fTime (Example)
Usage example of the fTime function
Project Management Hub: Sprint management
A sprint or iteration is a development cycle......
fSize (Example)
Usage example of the fSize function
HDescribeConnection (Function)
Describes a new connection to an external database.
xlsColumnType (Example)
Usage example of the xlsColumnType function
User login: User Groupware
WEBDEV Tutorial - User Groupware User login: User Groupware - 20 min
Debugging in Android
All developers appreciate the possibility to debug an application directly on the device......
TreeAdd (Function)
Adds a "leaf" element (and all necessary nodes) into a TreeView control.
ArrayToCSV (Function)
Converts a one-dimensional array or a two-dimensional array into a character string in CSV format.
OrganizerMode (Function)
Returns the display mode of an Organizer control: day, week, month, ...
AppServerRunScheduledTask (Function)
Immediately starts the execution of a scheduled task on a WEBDEV Application Server.
Constants for managing certificates
Using Objective C code
You can use Objective C code in iPhone/iPad applications generated with WINDEV Mobile....
SWITCH statement
The SWITCH statement is used to choose the action that will be run according to the value of an expression...
Replication of HFSQL servers (Programming)
To implement a replication of HFSQL servers through programming, WLanguage......
Example for creating a select query
This help page explains how to create two select queries......
Handling a Looper control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Looper control by programming......
Alias (Property)
The Alias property is used to: get or change the alias of a window (WINDEV and WINDEV Mobile). get or change the alias of a dynamic tab (WINDEV). get the internal HTML/JavaScript name of a control (WEBDEV)....
Automatic calculations in a Table control (AAF)
docTableOfContents (Type of variable)
The docTableOfContents type is used to define all the options to generate a table of contents in a Word Processing document.
CursorEnd (Property)
The CursorEnd property gets and sets the end position of the mouse selection range in the following controls: Edit control. Editable Combo Box. "Edit control" table column and "Editable Combo Box" table column. Word Processing control....
12. Pages in practice