ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SysNation (Function)
Returns the nation currently used by the system.
Encryption (Property)
The Encryption property allows you to manage the type of encryption used between Client computers and an HFSQL server.
12. Retrieving data from a site
GDPR: an audit of data
A new GDPR audit is available to easily identify and monitor personal data in a WINDEV, WEBDEV or WINDEV Mobile application......
Project Management Hub: Managing projects
Project Management Hub: Management of projects (view, creation, ...)...
The Task structure
The Task structure is a preset structure of WLanguage (no declaration is required)......
11. Table/Looper controls
Change the volume of a UPnP device....
Print constants
List of constants used by the print functions....
NetMsgError (Function)
Returns the error message corresponding to the error number returned by NetOpenRemoteAccess and NetCloseRemoteAccess.
Properties of a help page
The characteristics of a help page are used to define......
Using RAD patterns
The steps for creating a RAD pattern are as follows......
NullSupported (Property)
The NullSupported property is used to manage the NULL value in HFSQL tables.
5. The following files are automatically created
Country (Type of variable)
The Country type is used to find out the characteristics of a country.
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....
InitialState (Property)
The InitialState property is used to get the initial state of a control.
Importing a WINDEV window into a Mobile project
The WINDEV windows not having the same format in WINDEV Mobile, WINDEV Mobile gives you the ability to import a WINDEV window into a WINDEV Mobile project......
dLine (Function)
Draws a line: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
dBackground (Function)
Declares the default background color for the rectangles, circles, etc.:: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
dCircle (Function)
Draws a circle or an ellipse: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
dPen (Function)
Declares the default color and style for the lines, rectangles, circles, ... found: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
The Calculated control
The "Calculated" control is used to perform calculations in a report......