ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Events associated with Internal Page controls
List of events associated with internal pages and Internal Page controls
grParameter (Function)
Retrieves or modifies a chart parameter.
Applying the Responsive Web Design mode to an existing page
This help page explains how to apply the Responsive Web Design mode to an existing WEBDEV page......
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.
Project image gallery
The project image gallery allows viewing all the images of a project in a single click......
WDAPI: Using the APIs in a WINDEV application
The two most interesting features of WDAPI are......
Column of type Attribute
WINDEV and WEBDEV allow you to use columns of type "Attribute" in Table controls......
DisplayCurrency (Property)
The DisplayCurrency property is used to get and change the currency used when entering or displaying values in a "Currency + Euro" control.
Repositionable note (AAF)
End users can create repositionable notes in all the windows of their WINDEV applications......
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).
The Thumbnail control
The Thumbnail control is used to automatically manage the display of images in thumbnail format......
Events associated with a TimeLine control
WINDEV manages the following events by default (in order of appearance in the code editor)...
zipCreateExe (Function)
Creates a self-extracting archive as a 32-bit executable (.EXE).
Events associated with Tab controls
List of events associated with Tab controls...
Report based on a Looper control
A report based on a Looper control is used to directly print the information displayed in the control......
Report based on a Table control
A report based on a Table control is used to directly print the information displayed in the Table control (based on a data file or populated programmatically)......
How to develop a PHP site?
What is a PHP site?......
Deploying an application via App Store
Deployment to the App Store is the most common deployment mode......
14. Controls in practice
mongoWriteConcern (Type of variable)
The mongoWriteConcern type is used to define the level of acknowledgment of receipt requested for the write operations in a stand-alone mongod, in a set of replicas or in fragmented clusters.
Tilt (Property)
The Tilt property gets or sets the tilt of the map displayed in a Map control.
Handling a Check Box control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Check Box control through programming......
11. Controls in practice
Discover the main characteristics of the controls...
Customizing the setup program (Plug-in)
In a setup program, you may want to customize some actions......
1. Examples provided with WINDEV Mobile