ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Share your projects via Git
Git is a source code manager......
Custom properties (WLanguage)
A custom property is a code element with two events......
ObserverOrientation (Property)
The ObserverOrientation property gets or sets the secondary angle of a Carousel control.
Transforming a WINDEV project into Mobile: a detailed audit
Transforming WINDEV applications into Mobile is very easy......
20. Control templates
How to associate an image with a treeview element?
When fillilng a TreeView control, an image is associated with each element....
SQL commands available in an SQL query
WINDEV allows you to easily run queries in SQL code......
Reverse modeling of inheritances
Your windows or your pages use window, page or control templates, and you want to find out the dependencies between these templates? Simply perform a reverse modeling of inheritances......
Manipulating days in a Calendar control programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically manipulate the following elements......
Application patch
Once an application was installed, the application library had to be reinstalled whenever a modification was performed (WDL file)......
Custom-Folders
"Custom-Folders" simplify the organization of projects, allowing you to group the elements of your application by themes......
dbgCheckNull (Function)
Checks whether an expression is Null in assertive programming and in automated test mode.
dbgCheckNotNull (Function)
Checks whether an expression is not Null in assertive programming and in automated test mode.
Report based on a text file
In a report based on a text file, the information to print is read from a text file or is directly assigned in the report controls......
dbgCheckFalse (Function)
Checks whether an expression is false in assertive programming and in automated test mode.
dbgCheckEqual (Function)
Checks whether the expressions are equal in assertive programming and in automated test mode.
MultiLinestring2D (Variable type)
The MultiLinestring2D type can be used to store a collection of linestrings defined with 2D coordinates.
HNext (Function)
Sets the position on the next data file record according to a browse item.
HReadNext (Function)
Sets the position on the next data file record according to a browse item.
HLast (Function)
Sets the position on the last record of a data file according to a browse item.
Customizing the interface of a Table control
In a Table control, you have the ability to customize the following elements......
Detecting Beacons
A "beacon" is a hardware transmitter that can "dialog" on a small perimeter with smartphones or tablets via a Bluetooth connection......
Translating the external components
An external component is a set of WINDEV or WEBDEV elements that perform a specific action (send faxes, emails, etc....
1. Project and analysis
WINDEV Mobile: Sharing WINDEV elements
The same WINDEV elements (analysis, queries, ...) can be used in a WINDEV application and in a WINDEV Mobile application......