ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

The "Compilation errors" pane
The "Compilation errors" pane is used to find out......
Printing reports from a WEBDEV site
By default, the "Print" icon allows the Web user to print the current site page......
Multi-database queries
A query (typed in SQL code) can operate on different databases......
CertificateCheckFileSignatureFile (Function)
Checks the correspondence between a signature and a file. The signature was kept as an external file.
Undocking the editors
Who has never wanted to view the code and the UI at the same time, without being constrained by the environment? WINDEV, WEBDEV and WINDEV Mobile allow you to "detach" the editors from the environment of the main window......
Error 202: The method already has an access attribute (public, protected or private)
Context menu of TimeLine controls
By default, TimeLine controls contain a context menu....
Analyzing dependencies and orphan images
To help you manage the navigation of the Web users in your sites, an advanced feature for analyzing the dependencies and the orphan images is available in WEBDEV......
BLOCK
The <BLOCK> keyword is used in the code editor to declare custom blocks of code. These blocks of code are used to highlight the different steps of an algorithm and to group the declarations of variables or members.
ERR_BAD_FILE
Sharing your source code with the SCM
WINDEV Tutorial - An SCM for WINDEV Sharing your source code with the SCM - 30 min
Multilingual project
TableTypeItem (Function)
Checks the existence of an element in a TreeView Table and returns its type (node or leaf) if the element exists.
Quick search in the current code
When coding, developers often need to do a quick search in the current code...
The Link control
The Link control is used to: create a link in an HTML page. create a link in a report printed in HTML format....
iCloudKeyValueExist (Function)
Checks if there is a key in an Apple iCloud-based container of "key-value" pairs.
Generative AI code generation
WLanguage's AI-powered assistant generates code suggestions as you type......
Managing Google calendars
The Google Calendar service is an Internet application provided by Google that is used to manage a calendar on Internet......
Minimap
The minimap is an option that allows you to quickly navigate the code editor......
Controls of a dynamic page
Several types of controls can be handled in a dynamic page ......
The "Line" charts
In the line charts, the data is interpreted as successive y coordinates of points......
Showing passwords (AAF)
By default, in password controls, characters are replaced with dots......
AAF: File Path edit controls
The edit controls that use the "File name and full path" input mask propose several AAFs (Automatic Application Features): a specific popup menu used to handle the file. a file preview in thumbnail format (for an Image or PDF file path)....
<TreeView Table>.TypeItem (Function)
Checks the existence of an element in a TreeView Table and returns its type (node or leaf) if the element exists.
<TreeView>.TypeItem (Function)
Checks the existence of an element in a TreeView control and returns its type (node or leaf) if the element exists.