ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<Stack variable>.Info (Function)
Retrieves the characteristics of a stack: types of elements and number of elements.
<Chart>.OverlayChart (Function)
Used to display two different types of charts in the same chart.
NFC: Data transfer
NFC (Near Field Communication) is a wireless communication technology at short range and high frequency used to exchange data (named "tag") between two devices or between a device and a bullet even at short distance (few centimeters)......
<Queue variable>.Info (Function)
Retrieves the characteristics of a queue: types of elements and number of elements.
HInitHF55 (Function)
Used to access specific functions for managing xBase (or dBase) data if Native xBase Access provided with WINDEV or WEBDEV 14 is not available.
Events associated with Chart controls
List of events associated with the Chart controls...
2. Analysis in practice
Events associated with Looper controls
List of events associated with Looper controls...
The Kanban control
Originally, Kanban is a Japanese method aimed at improving processes for a better, more efficient production cycle....
HTML (Property)
The HTML property is used to: find out whether the current report is printed in HTML mode. manage the HTML type of a Static control found in a report....
zipArchivedFile (Type of variable)
The zipArchivedFile type is used to handle a file found in an archive in one of the following formats: ZIP, CAB, RAR or WDZ or a file to add into an archive.
How to sort the result of a query?
This help page explains how to create a sort query with the query editor....
How to associate an image with a treeview element?
When fillilng a TreeView control, an image is associated with each element....
TmeLine control linked to a data file or variable
You can create TimeLine controls directly linked to the data....
FOR EACH/FOR ALL statement (browse of associative arrays)
The FOR EACH statement is used to perform different types of browse on the associative arrays...
Linking a Scheduler control to a table or variable
You can create Scheduler controls directly linked to the data....
Browser code (WLanguage): Framework 2
Starting with version 22, WEBDEV offers a new WLanguage framework for browser code......
SAP ASE Native Connector (Sybase): Programming with HFSQL functions
To use a Sybase database with Native Connector, the structure of Sybase tables must be imported into the WINDEV or WEBDEV database schema......
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......
Interface of WDInst