ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Automatic data masking
Data masking is a process that transforms the data in an item that will be displayed to the user......
Crosstab report
The report editor allows you to create "Crosstab" reports......
The Thumbnail control
The Thumbnail control is used to automatically manage the display of images in thumbnail format......
zipAddFile (Function)
Automatically adds and compresses any type of file into a CAB, ZIP, WDZ, 7z, TAR, gzip or TGZ (TAR.GZ) archive.
Dynamic audit
The dynamic audit of an application analyzes its runtime performance......
SQL selection conditions
To specify the selection conditions in an SQL query, you can use......
Mathematical SQL functions
The mathematical SQL functions that can be used on the queries written in SQL code are as follows......
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)......
"?" menu
WINDEV proposes a help menu adapted to your applications......
How to develop a PHP site?
What is a PHP site?......
JSONXMLConverter (Type of variable)
The JSONXMLConverter type is used to define all the advanced characteristics of the conversion of an XML object to JSON (or conversely) via XMLToJSON and JSONToXML).
Control template
A control template is a set of controls that can be reused in several windows or pages......
Customizing the Switch controls
The Switch control is a 2-state Check Box control (on/off, true/false, yes/no)......
Handling controls in a window
The different operations that can be performed on the window controls are as follows......
Specific page for displaying the site errors
If an error occurs in the dynamic WEBDEV site, a standard error page is displayed by default. This page informs the Web user of the error that occurred in the site....
2. How to test a site?
14. Controls in practice
The Internal Page control
The "Internal Page" control is used to include a page (and its code) in a control of another page......
Extension procedure
By using extension procedures, you can add your own WLanguage procedures to different types of variables (string, date, color etc.)......
Example for managing videos (broadcasted by a Camera control)
In this example, the application allows you to......
TableDeleteWithAnimation (Function)
Deletes a row from a Table control, from a TreeView Table control (or from a table displayed in a Combo Box control) with an animation.