ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

8. 10 tips for better interfaces...
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....
nfcData (Type of variable)
The nfcData type is used to describe and handle the data of a variable of type nfcTag.
14. Controls in practice
WEBDEV: Improving accessibility
To make your WEBDEV sites accessible to the visually impaired, simply enter specific attributes in the fields ......
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......
2. Analysis in practice
How to open a window?
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....
Date management constants
List of constants used by date management functions...
Programming Table controls based on a data file
This page explains how to program Table controls based on a data file......
ZOrder (Property)
The ZOrder property defines the Z-order of an element.
SysIdentifier (Function)
Returns the unique identifier of the current mobile device.
User Groupware files
Two categories of data files are managed......
Setup by HTTP (Network setup via IP)
The network setup via HTTP consists in installing and updating a WINDEV application via an HTTP server (Live update)......
Client/Server transactions: Available isolation modes
The HFSQL engine proposes to isolate the transactions......
Reading bar codes
WINDEV, WEBDEV and WINDEV Mobile allow you to create applications for reading bar codes......
HChangeLocation (Function)
Modifies the search mode of physical data files (.FIC, .NDX, ...).
Viewing a report in 3D
Your report displays controls that overlap?......
Viewing a window in 3 dimensions
Your window contains overlapping controls?......
Extern (Reserved word)
EXTERN is used to...
Opacity (Property)
The Opacity property is used to get and define the opacity percentage for a window, or for controls in a window or page.
BitwiseNOT (Function)
Returns the result of the bitwise logical NOT operation of a value.