ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WDMap: Modifying the display mode of records
By default, WDMap displays the records found in a data file by using the following rules......
Configuring and running the action plans
When the action plans are deployed, you have the ability to configure their activation mode....
Developing a SaaS site
A SaaS site is developed as a standard WEBDEV site. Some additional operations must be performed......
The Multiline Zone control
The Multiline Zone control is used to easily create interfaces in iOS style....
Camera control: decoding bar codes
In iOS and Android, bar codes can be decoded via the Camera control using BCCapture......
Collapsed code
The code is collapsed to improve readability, by only displaying the comments in front of the lines of code......
MultimediaPosition (Function)
Returns or modifies the current position of the media file currently played in the Multimedia control.
<Multimedia>.Position (Function)
Returns or modifies the current position of the media file currently played in the Multimedia control.
Server code/Browser code
WEBDEV allows you to create static pages and dynamic pages......
Managing the SNMP protocol
SNMP (Simple Network Management Protocol) is the standard protocol for managing the network devices......
AAF: Context menu of Image controls
A context menu is available for Image controls......
Replication options (ReplicEdit)
Creating a replication with ReplicEdit allows you to specify several parameters......
Creating and testing a query with parameters
Regardless of the query type (Select, Insert, Delete, Update) and regardless of its creation mode (with the wizard or by SQL directly), you have the ability to use parameters. The name of the parameter is specified when creating the query....
Characteristics of Table controls in a window
Table controls allow you to display and/or enter data......
Mobile-friendly website: available methods
WEBDEV includes several page creation methods that allow you to create mobile-friendly websites......
Project anomalies: dead code and orphan elements
...WINDEV, WEBDEV and WINDEV Mobile allow you to easily detect these "dead codes" and "orphan" elements....
Replication server for the assisted universal replication
The assisted universal replication can use a replication server......
Using layouts in WINDEV and WINDEV Mobile
The layout is used to define several views of a window in the same project without duplicating this window......
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......
Filling a Chart control
The data that will be displayed in the Chart control can come from......
grHolePercentage (Function)
Modifies the percentage that corresponds the hole radius in the following charts: Donut, Radial Bar chart....
<Chart>.HolePercentage (Function)
Modifies the percentage that corresponds the hole radius in the following charts: Donut, Radial Bar chart....
InUMCMode (Function)
Indicates whether the code is run from a code written in a user macro-code.
Synchronizing threads via events
Events can be used to synchronize the different threads of an application......
Application triggers
...A trigger is a WLanguage procedure automatically called by the HFSQL engine whenever a modification is performed (addition, deletion, modification, ...) on a record of a data file....