ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Unicode in character strings
UNICODE is an encoding system that assigns a unique number to each character....
2. Deploying a website via HTTP
WEBDEV Tutorial - Website deployment Lesson 2 - Deploying a website via HTTP - 30 min
sfUserInfo (Type of variable)
The sfUserInfo type is used to get information about a user...
Notification (Variable type)
The Notification type is used to handle the local notifications or the push notifications.
Constants for managing emails
List of constants used by the functions for managing emails....
2. Creating files in the analysis
WEBDEV Tutorial - Creating a WEBDEV project and its analysis Lesson 2 - Creating files in the analysis - 40 min
Date management constants
List of constants used by date management functions...
Record (Type of variable)
The Record type is used to save the values of a record.
Application : automatically executed processes / events
Several actions are automatically performed when opening or closing an application....
Dynamic audit
The dynamic audit of an application analyzes its runtime performance......
Automated tests of window
The automated tests of window are used to check the different features proposed by the window......
The "Line" charts
In the line charts, the data is interpreted as successive y-coordinates of points......
SysNation (Function)
Returns the nation currently used by the system.
BREAK statement/"BREAK:" label
The keyword BREAK can correspond: to the BREAK statement: it allows you to exit a set of instructions and run the rest of the current process. to the BREAK label: it allows you to declare a section of code in a loop. This code will be run when exitingfrom the loop with a "BREAK" statement....
Voice commands in your applications
The applications that you develop can react to the user's voice......
xlsData (Function)
Retrieves the content of a cell found in an XLS file.
fUncompress (Function)
Decompresses a file that was compressed by fCompress.
Developing applications for iPhone/iPad
To develop a WINDEV Mobile application for iPhone/iPad, you need:...
Using several libraries in an application
A library is a WDL file that contains all the resources......