ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Gesture variable
The Gesture variable is used to retrieve the gesture parameters (swipe)......
General options of WINDEV, WEBDEV and WINDEV Mobile
The general options are used to configure the working environment of the product used......
Web Camera control events
The following events appear by default in the WEBDEV code editor:
Printing reports from a WEBDEV site
By default, the "Print" icon allows the Web user to print the current site page......
Handling the external files
WINDEV, WINDEV Mobile and WEBDEV propose several functions allowing you to manage the external files from your WINDEV/WINDEV Mobile applications or from your WEBDEV sites......
The Carousel control
The Carousel control is used to display an animated menu made of images......
Running the test of a report
The test of a single report allows you to run the current report in WINDEV, WEBDEV or WINDEV Mobile......
Composite report
The report editor gives you the ability to create "Composite" reports. In this case, the report includes several sub-reports....
The Popup control
The Popup control is a control used to associate a popup with a page. This popup, displayed from the page into which it is inserted, is used to easily establish a dialog with the user....
CSS styles (Cascading Style Sheet)
The CSS styles are the standard styles used on Internet......
7. Multilingual applications in practice
How to create a patch?
Runtime log
The runtime log is the best way to identify the most used features of an application......
14. Report templates
...Report templates are used to easily standardize report layouts....
Metatypes in the analysis
A metatype is a combination of characteristics of an item and a bound control......
<Graphe>.HistoTypeBarre (Function)
Defines the type of bar to be used in a histogram plot.
7. Multilingual sites in practice
Shared memory areas
WINDEV, WEBDEV and WINDEV Mobile allow you to handle shared memory areas......
Management of Google contacts (prefix syntax)
The Google Contact service is used to manage contacts on Internet......
grHistoTypeBar (Function)
Defines the type of bar to be used in a histogram plot.
<Camera>.Configure (Function)
Allows you to configure the video capture driver.
<Camera>.VideoStop (Function)
Stops the video recording previously started by CameraVideoStart.
Characteristics of a PCL print
The result of a PCL print mainly depends on the technical features of the printer used (management of images and lines, management of fonts, ......
MultimediaPause (Function)
Pauses a media file played in a Multimedia control.
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"...