ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

NetMACAddress (Function)
Returns the MAC address (physical address) of one of the network cards found on the computer.
WINDEV applications for Linux: Specific features
Adds a link to a text section in an RTF Edit control....
14. Controls in practice
Multilingual feature in the controls (window, page, report)
In a multilingual application or site, the multilingual feature is proposed for the following elements......
Plane (Property)
The Plane property is used to: Get: the active plane of a window (or report) or the plane to which a control belongs. the active plane of a WEBDEV element. Change: the active plane of a window (or report) or associate a control with another plane. the active plane of a WEBDEV element....
13. Generation modes
SpreadsheetBorderSelection (Function)
Modifies the border of selected cells in a Spreadsheet control found in a window.
nfcData (Type of variable)
The nfcData type is used to describe and handle the data of a variable of type nfcTag.
Programming Table controls based on a data file
This page explains how to program Table controls based on a data file......
WEBDEV: Improving accessibility
To make your WEBDEV sites accessible to the visually impaired, simply enter specific attributes in the fields ......
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....
Synchronizing the database schema with external databases
The database schema must be synchronized with an external database if it uses......
Creating your own User Macro-Codes
The User Macro-Codes are sections of WLanguage code allowing the end user to customize his application......
Creating an executable: WINDEV framework
Each WINDEV function is associated with a WINDEV DLL......
fImageSelect (Function)
Opens the image picker of Windows.
2. Analysis in practice
How to open a window?