ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Label report
The report editor allows you to create "Label" reports......
Native Progress Connector: Programming with HFSQL functions
To use a Progress database with the Native Connector, you must ......
2. Projects in practice
User Groupware files
Two categories of data files are managed......
WDLog: Overview
The different operations that can be performed with WDLog are as follows......
Structure of data files of user groupware
Query and project
LDAPSession structure
The LDAPSession structure is a preset structure of WLanguage (no declaration is required)......
Page with parameters
Detecting Beacons
A "beacon" is a hardware transmitter that can "dialog" on a small perimeter with smartphones or tablets via a Bluetooth connection......
Information 2102: 'Long' does not exist anymore: the integers are coded on 4 bytes
PaneVisible (Property)
The PaneVisible property is used to: determine if the pane of the Image Editor control is visible, show or hide the pane of the Image Editor control....
NetRemoteMessageBox (Function)
Displays a dialog box on the screen of the FTP (File Transfer Protocol) or RPC (Remote Procedure Call) server powered by WINDEV. This function is kept for backward compatibility....
NumberColumn (Property)
The NumberColumn property is used to: Get the number of columns in Table, Check Box, Radio Button controls, etc.. Set the number of columns in a multi-column List Box control....
YAxisMax (Property)
The YAxisMax property gets the maximum value of the Y-axis in a Chart control. This property can be used in the "Zoom" event of a Chart control to identify the section displayed.
Handling a Check Box control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Check Box control through programming......
Specific features of the Express version
XAxisMin (Property)
The XAxisMin property gets the minimum value of the X-axis in a Chart control. This property can be used in the "Zoom" event of a Chart control to identify the section displayed.
XAxisMax (Property)
The XAxisMax property gets the maximum value of the X-axis in a Chart control. This property can be used in the "Zoom" event of a Chart control to identify the section displayed.
Background tasks
Continuing to run a process when the application is in background is very useful on mobile......
Extension procedure
By using extension procedures, you can add your own WLanguage procedures to different types of variables (string, date, color etc.)......
Database of the Control Centers
The database of Control Centers groups various information shared by the different modules found in WINDEV, WEBDEV and WINDEV Mobile......
User Groupware and Native Connector files
An application that works with the User Groupware can be used with a database handled by a Native Connector......
SQL statements
The main SQL statements allowed in the SQL queries managed by WINDEV and WEBDEV are as follows......
<Array>.Delete (Function)
Deletes an element at a given position: from a one-dimensional WLanguage array. from an advanced array property (array of gglCalendar events, etc.). from an associative array. from a WLanguage list....