ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Common project
Projects are often cross-platform......
Debugging in PHP
A site generated in PHP can be debugged in standard WEBDEV mode......
GglFillCalendar (Function)
Fills a calendar that was retrieved beforehand: the events corresponding to the calendar are retrieved (some criteria may be specified).
<gglConnection variable>.FillCalendar (Function)
Fills a calendar that was retrieved beforehand: the events corresponding to the calendar are retrieved (some criteria may be specified).
Automatic procedures
The programming of timers, threads and delayed procedures is now automatically managed by the environment......
MongoDB/GRIDFS databases
MongoDB is a document-oriented NoSQL database......
Code coverage
The code coverage is the measure regarding the coverage of tests run on an application or site......
How to develop a PHP site?
What is a PHP site?......
Shared memory areas
WINDEV, WEBDEV and WINDEV Mobile allow you to handle shared memory areas......
Browser code (WLanguage): Framework 2
From version 22, WEBDEV proposes a new WLanguage framework for the browser code...
Multiline (Property)
In a window or page, the Multiline property is used to: find out and modify the "Multiline" option of an Edit control. find out and modify the "Multiline" option of a column in a Table control. In a report, the Multiline property is used to determine and change the "Multiline" option of a control....
Error 2: Incomplete line
WDStatistics: Importing log files
To view the statistics about the site traffic with WDStatistics, the log files must be imported onto the current computer......
WDAPI: Converting a declaration of C function or structure
WDAPI is used to convert a declaration of C function or structure into a declaration of WLanguage function or structure......
Looper control based on a data file
This type of Looper control uses data from a data file or query......
WDInst: choosing the type of setup to generate
WDInst allows you to create several types of setup......
The "Pie", "Donut" or "Semi-circular" charts
Several types of charts belong to the same family......
Window for quick selection
You are searching for a project element? You only know part of its name? Press [CTRL]+[E] to open the quick selection window......
Report based on a form
The report editor gives you the ability to print reports on pre-printed forms (image file or PDF file)......
Creating the summary
Users are familiar with summaries, as the summary is the first element they look at in printed documentation......
The Time control: Input or display masks
WINDEV, WEBDEV and WINDEV Mobile propose two types of masks......
geoPosition (Type of variable)
The geoPosition type is used to handle geographic positions via WLanguage geolocation functions.
dbgOnError (Function)
Defines the WLanguage procedure that will be called whenever an error is detected by a dbgCheckXXX function.
Web Camera control properties
A Web Camera control found in a page can be handled in WLanguage by the following properties.
Programming Looper controls based on a data file (prefix syntax)
These are the main concepts for programming Looper controls based on a data file......