ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Creating an application using the RAD methodology
The RAD (Rapid Application Development) is a technology used to easily create a full application (or site)......
Properties associated with formatted display controls
The formatted display control includes some properties that can be used......
Summary table: Installing an application developed in WINDEV
When developing an application, one of the important steps consists in deploying this application on the user computers......
MapGetPosition (Function)
Returns the geographical position of the point located in the center of the map currently displayed in a Map control.
ErrorPropagate (Function)
Propagates a non-fatal error that can be processed by the calling code if the management of non-fatal errors was enabled for this code (in the code editor or by ErrorChangeParameter).
Error 3: The string has no final "
Mashup
The concept of Mashup consists in aggregating data coming from different software, different services, different data sources, ......
Programming by preset action
Preset actions allow you to define the code of an event in a single click, without having to write one single line of code......
fSizeUncompressed (Function)
Returns the size of a file before compression. When a file is decompressed by fUncompress, we recommend that you to compare the non-compressed size of file with the available disk space.
PDFMerge (Function)
Merges several existing PDF files into a single PDF file. The files are merged one after another. The paths of PDF files can be found in an array.
gglCoordinate (Type of variable)
The gglCoordinate type is used to describe and handle a geographical point on a map...
4. Dedicated server or shared server?
The "Compilation errors" pane
The "Compilation errors" pane is used to find out......
Test of a WINDEV and WINDEV Mobile application
WINDEV and WINDEV Mobile feature multiple methods to test applications......
Using Facebook authentication
Facebook is the world's most popular social network. It is commonly used by companies to reach their customers......
Check: Test of a WLanguage code
The monitoring robot is used to compile and run the WLanguage code entered......
SQL set operations: UNION, UNION ALL and INTERSECT
SQL allows performing set operations on groups of files......
FilterWithBounds (Property)
The FilterWithBounds property is used to determine if bounds have been specified for the filter implemented by HFilter on an HFSQL data file, view or query.
Quick search in the current code
When coding, developers often need to do a quick search in the current code...
InUMCMode (Function)
Indicates whether the code is run from a code written in a user macro-code.
Printing nested reports
To create a main report containing several secondary reports:...
How to loop through a file using filters?
The key items
Keys are specific items in your analysis......
The Table control populated programmatically
A Table control populated programmatically is directly linked to lists stored in memory......
xlsOpen (Function)
Opens an Excel file (xls or xlsx files).