ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

16. Types of code
Application in kiosk mode
A kiosk application is an application from which the user cannot exit......
Summary table: Installing an application developed in WINDEV
When developing an application, one of the important steps consists in deploying this application on the user computers......
PageDisplay (Function)
Displays a web page in the user's browser....
Miscellaneous Windows constants
List of constants used by the Windows functions....
Serialize (Function)
Transforms the following elements into a specific format: a structure (and its subelements), a class (and its subelements), an array (including the associative arrays), a queue, a stack, a list....
Adapting an application to support multiple languages
WINDEV Tutorial - Managing multiple languages Adapting an application to support multiple languages - 20 min
HFSQL Client/Server: Scheduled tasks
The scheduled tasks are used to schedule automatic tasks......
WDBal messaging: Writing a message
WDBal, the secure messaging provided with WINDEV, WEBDEV and WINDEV Mobile, allows you to easily write a message......
The options of the User Groupware
An application is often intended to be used by several users connected via a network......
The Dashboard control
Dashboards are essential elements in an application......
Managing the certificates
Signing a file allows you to check that the file was not modified or altered since it was signed. The signature also allows you to check the issuer identity....
Installing a Webservice (old format)
Nesting the framesets
By default, a frameset is used to display several pages in the same window of the browser......
INIWrite (Function)
Writes a specific value into an INI file (or into a file structured like an.INI file).
TableToExcel (Function)
Creates an Excel file with the data from a Table or TreeView Table control.
Reset (Function)
Reinitializes: all the controls found in the current window or page (including the groups of controls, the supercontrols and the internal windows). the controls found in a group of controls, a supercontrol, an internal window or an internal page....
LoadProcedure (Function)
LoadProcedure is kept for backward compatibility.
The Link control
The Link control is used to: create a link in an HTML page. create a link in a report printed in HTML format....
Page Header block
The Page header block is printed on each new page......
The Item control
The "Item" control is used to edit the content of an item found in a data file......
Help about new features: Letting users know about changes
Applications are constantly evolving......
FOR EACH/FOR ALL statement (browse of associative arrays)
The FOR EACH statement is used to perform different types of browse on the associative arrays...
Assisted universal replication
To easily establish the universal replication between the data of a remote application and a central database, WINDEV and WEBDEV allow you to......
Sharing internal components (via SCM)
An internal component is a set of elements from a project......