ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Using Java code
You have the ability to enter Java code:
  • in Java applications generated with WINDEV.
  • in Android applications generated with WINDEV Mobile.
This allows you to create global procedures in Java.
Sum (Function)
Calculates the sum of the array elements.
LooperInsertLine (Function)
Inserts a row into a Looper control.
dText (Function)
Draws a text: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
WINDEV License Agreement
WINDEV License Agreement...
Generating an Android application
The generation of a WINDEV Mobile application for Android groups all project elements (windows, code, etc....
StatCorrelation (Function)
Calculates the coefficient of correlation between two series of values.
StatStandardDeviationP (Function)
Calculates the standard deviation for a full series of values.
Mean (Function)
Calculates the mean of several elements: elements found in an array, numeric values, ......
Table control based on a data file
A Table control based on a data file is a control whose columns are bound to the items of a data file or query (data source)......
SQLConnect (Function)
Connects the current application to a database that must be interrogated via SQL.
AAFExportSecurity (Function)
Secures the export of confidential data in the AAFs (Automatic Application Features) that are used to export, print or save data.
InfoBuild (Function)
Displays a custom message in a system information window.
Migrating a WEBDEV site to PHP
To migrate a WEBDEV site to PHP......
Constructor and destructor
When creating a class in the code editor, the Constructor and Destructor methods are automatically created by default......
Printing in PDF
WINDEV, WEBDEV and WINDEV Mobile allow you to create a PDF file during a print......
Camera control in a mobile application
The Camera control is used to......
InputMask (Property)
The InputMask property is used to: get the input mask. set the input mask (from the masks available for the type)....
Error 102: The constants can be defined in the initialization code of project, ...
Add (Function)
Adds an element in last position: of a one-dimensional WLanguage array. of an advanced array property (array of events of gglCalendar, etc.). from a WLanguage list....
18. Order of execution of the code of buttons/links
Splitting Business logic / UI code
During the development cycle of an application, the code that is specific to the interface (UI) and the code that is specific to the business logic (access to databases, etc.) are often "mixed"...
dRectangleGradient (Function)
Draws a rectangle: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
The single-part and multi-part archives
Two types of archives are available......
Creating your own User Macro-Codes
The User Macro-Codes are sections of WLanguage code allowing the end user to customize his application......
Cross-references in the code editor
The cross-references in the code editor are used to identify......