ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Document (Type of variable)
The Document type is used to handle a "docx" document.
Indirection operators
The { and } operators are used to access a control, a variable, a class member or a file item by dynamically building the name of control, variable, class member or item...
Close (Function)
Closes a WINDEV window (and returns a value if necessary).
Managing emails with "Simple MAPI"
Simple MAPI simplifies the management of emails received by the hosting company......
Chart constants
List of constants used by the functions for chart management....
1. Simple layouts
WEBDEV Tutorial - WEBDEV layouts Lesson 1 - Simple layouts - 30 min
Service variable
The Service variable is used to......
WDTRAD options
Linux application: Tips and tricks
In Windows/Linux multi-configuration applications, several limitations may appear: control not supported, functions not available, ......
Push notifications: format of notifications (Android and iOS)
An application written in WINDEV Mobile Android or iOS can receive Push notifications......
Enumeration and Combination items
WINDEV, WEBDEV and WINDEV Mobile propose the Enumeration and Combination types......
Welcome to WINDEV, WEBDEV and WINDEV Mobile
The home page allows you to easily perform the operations for creating and opening projects......
Custom properties (WLanguage)
A custom property is a code element with two events......
Handling Native Container controls programmatically
The Native Container control returns an handle/identifier......
Programming standard errors
Programming standard errors inform you of potential problems detected when saving windows, pages, reports or when recompiling the project......
BackgroundTaskAdd (Function)
Adds a new background task.
htmlNode (Type of variable)
The htmlNode type is used to define all the advanced characteristics of a node of an HTML document.
ListSeek (Function)
Searches for an element in a List Box, ListView or Combo Box control (including the values described by gStoredValue).
ReturnToCapture (Function)
Stops the current process and forces the input in the specified control, window or page.
Managing the HFSQL contexts in the windows and in the reports
An HFSQL context contains information relative to the data used......
The "Internal report" control
The "Internal report" controls are used to print several reports (secondary reports) in a single report (main report) without programming......
The "Column" charts
The data is interpreted as "columns" whose height is proportional to the value of data......
Handling an element of a TreeView control programmatically
This help page explains how to handle the elements of a TreeView control either directly or via the WLanguage functions......
Choosing the action associated with a WEBDEV button
Whatever the type of button, it is possible to associate an action with it......
Table control populated programmatically: WLanguage
Here is an overview of how to handle Table controls populated programmatically in WLanguage....