ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Android permission management
Android applications require permissions to provide certain features that may require access to sensitive data or sensitive device functionalities......
Transactions: Secure processes on HFSQL data files
This chapter presents the following topics......
WLanguage
The integrated WINDEV language, WLanguage, is powerful, simple and intuitive......
Menus and menu options: Tips & Tricks
This page presents some operations specific to the menus and to the menu options......
iZoneHeight (Example)
Usage example of the iZoneHeight function
SysStatusStorageCard (Function)
Returns the availability status of the storage card on the device.
fWriteLine (Example)
Usage example of the fWriteLine function
Creating the Table pages of the WEBDEV RAD pattern
nfcTag (Type of variable)
The nfcTag type is used to define the advanced characteristics of an NFC tag (Near Field Communication).
WDInst: Configuring the setup computer
When creating the setup program, WDInst allows you to configure the computer where the program will be installed......
xlsOpen (Function)
Opens an Excel file (xls or xlsx files).
Certificate (Type of variable)
The Certificate type is used to handle: the certificates used to sign the strings or the files. the certificates used to sign the emails....
TreeView Table report
The report editor allows you to create "TreeView Table" reports......
Deployment diagram
A deployment diagram shows the physical layout of the hardware components (nodes) used in a system as well as the association between the executable programs and these components......
"Project explorer" pane
The "Project explorer" pane is used to simplify the development environment of WINDEV, WEBDEV and WINDEV Mobile......
How to create an SQL query to get a TOP 10?
This help page presents the method for creating an SQL query used to get the first 10 records......
How to create a query with external join?
In SQL language, an external join is used to exclude or include file records with or without correspondences in the linked files......
SQLTable (Function)
Transfers the result of a query to a Table control populated programmatically (a List Box or Combo Box control), with the possibility of Partial Fetch (the result is retrieved by blocks of rows).
Handling data files in PHP
WEBDEV allows you to create a PHP site that handles data files......
Project configuration
Project configurations allow you to adapt the same project to multiple "targets"......
PageUse (Function)
Displays a WEBDEV page in the user's browser and closes all page contexts currently open on the server....
Managing threads
WINDEV and WINDEV Mobile propose several functions used to perform an advanced management of threads....
Report controls
Several types of controls can be handled in a report created by the report editor......
ModbusWriteFloat (Function)
Writes one or more single-precision floats to a Modbus slave, starting at a specific address.
NbRecRead (Property)
NbRecRead is used to find out the number of records read: selected both by the source of the report AND by the filter code (if it exists).