ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

XMLDocument (Function)
Creates a new XML document.
Telemetry: Overview
From version 21, WINDEV proposes advanced statistics regarding the use of your WINDEV applications via the telemetry......
CoordinateScreenToEditor (Function)
Converts a size or a position specified in the native dpi of the screen on the device where the application is run to the reference dpi in the editor (160 dpi).
Events associated with framesets
List of events associated with framesets...
Generating a class diagram
The generation is used to create the WINDEV classes ("......
FileToMemoryTable (Function)
Populates a Table control programmatically with the records from a data file, HFSQL view or query (query created in the query editor or with HExecuteSQLQuery).
MatReadColumn (Function)
Reads the value of all the elements found in a matrix column.
MatReadLine (Function)
Reads the value of all elements found in a matrix row.
HErrorStatusModification (Function)
Returns the status of a record during a modification conflict.
ExecuteAncestor (Function)
When the code is overridden, used to run the process of the template corresponding to the process of the current control.
HSL (Function)
Creates a color from its hue, saturation and lightness.
xlsNbColumns (Function)
xlsNbColumns is kept for backward compatibility only.
PVTCalculateUpdate (Function)
Updates some of the data found in a Pivot Table control from a given date.
WEBDEV 2024 Tutorial - Table of contents
Managing the Unicode format in the HFSQL files
The analysis proposes two types of Unicode items......
Scanner (Type of variable)
The Scanner type is used to handle the information from a scanner.
BackgroundImage (Property)
The BackgroundImage property is used to identify and modify the background color of an element: window, page, control or report.
EmailNbMessage (Function)
Returns the number of incoming messages currently found: on the email server (POP3 protocol only). in the Outlook messaging software....
8. OOP
WINDEV Tutorial - WLanguage basics Lesson 8 - OOP - 30 min
The Contact structure
The Contact structure is a preset structure of WLanguage (no declaration is required)......
saasSubscription (Type of variable)
The saasSubscription type is used to define the advanced characteristics regarding the subscription of a SaaS client account to a pricing.
FileToArray (Function)
Fills an array of classes or structures with the content of an HFSQL data file or query.
NotifPushSend (Function)
Sends a push notification to a mobile device (iOS or Android).
ThreadEnd (Function)
Ends the execution of the current thread.
JSONToVariant (Function)
Converts a JSON string to a Variant variable.