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, ...
Multi-touch support
A multitouch feature is a technique allowing the user to interact with a device via several contact points (the fingers are used in most cases)....
Accessing Lotus Notes
WINDEV and WINDEV allow you to easily access the data handled by Lotus Notes (Domino database)......
The "Browser" pane
When a WINDEV, WEBDEV or WINDEV Mobile element (analysis, query, ......
Setup of the WEBDEV Application Server for Linux
Empty (Property)
The Empty property is used to determine if: a Looper, Table, List Box or Combo Box control is empty. The control can be a browsing control or a memory control. a Chart control contains no series. a report control is empty (control linked to an item). an array (or an associative array) contains no element. an element of an associative array exists or not. a queue, a list or a stack contains no element....
WDMap: Reindexing an HFSQL data file
WDMap is used to find out whether an HFSQL data file must be reindexed and reindex an HFSQL data file......
<Image>.ChangeMode (Function)
Changes the drawing mode used by the drawing functions (dLine, dRectangle, ....).
<Image variable>.ChangeMode (Function)
Changes the drawing mode used by the drawing functions (dLine, dRectangle, ....).
1. Examples provided with WINDEV Mobile
iLink (Function)
Adds a link to a URL address into the HTML page currently printed.
DeepLinkProcedure (Function)
Defines the WLanguage procedure executed when the user clicks on a deep link.
<picLayer variable>.ChangeMode (Function)
Changes the drawing mode used by the drawing functions (dLine, dRectangle, ....).
<WDPic variable>.ChangeMode (Function)
Changes the drawing mode used by the drawing functions (dLine, dRectangle, ....).
HRplDeclareLink (Function)
Declares a (1, 1) (0, n) link between two tables.
dChangeMode (Function)
Changes the drawing mode used by the drawing functions (dLine, dRectangle, ....).
WDInst: Customizing the setup program
The setup editor WDInst proposes a standard setup program......
Programming Table controls based on a data file
This page explains how to program Table controls based on a data file......
Printing reports from a WEBDEV site
By default, the "Print" icon allows the Web user to print the current site page......
Link functions
Link functions are used to link the interface with the data files (and vice versa). These functions are as follows:...
Appendix 1: WEBDEV vocabulary
Bloque entièrement ou partiellement un fichier externe....
The "Compilation errors" pane
The "Compilation errors" pane is used to find out......
The Looper control: Custom synchronization
How to manage the synchronization between: the page displayed in the browser. This page contains a Looper control that displays the records found in an HFSQL file. the corresponding page context found on the server....
1. Communication with WINDEV Mobile
WINDEV Mobile includes several communication functions for different fields....
Looper control populated programmatically
A Looper control populated programmatically is directly linked to lists stored in memory......
Installing and starting WDTRAD