ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

XInitial (Property)
The XInitial property is used to: Get the X-coordinate: of a control (position on the X-axis) when opening the window or the page. of a window (position on X-axis) when opening the window. Change the X-coordinate of a control anchored "to the right" (position on the X-axis) when opening the window. Get the X-coordinate of a control in relation to its block (position in millimeters on the X-axis) when opening the report....
The "Bubble" charts
A bubble chart shows the correlation between three variables via bubbles of different sizes: categories and values on the X and Y axes and an additional parameter. The size of the bubble indicates the value of this third parameter.
Overloading a WLanguage function or using a WLanguage function in an SQL query
WLanguage includes the "WL" keyword......
Anchoring in a page
In a page, the anchors define how the content of a page will behave when the page is enlarged by the Web user....
INIWrite (Function)
Writes a specific value into an INI file (or into a file structured like an.INI file).
Using Kotlin code
Kotlin is a programming language mainly used for Android development......
Various WEBDEV constants
Various WEBDEV constants...
WDConver : Use in command line mode
Using WDConver in command line mode consists in running a conversion description created and saved with WDConver ("......
5. Site test in practice
Constants for external files
List of constants used by the functions for managing external files....
HErrorLock (Function)
Used to check whether a lock error occurred.
Designing a supercontrol
A supercontrol is an advanced type of control......
TestWriteResult (Function)
Writes information or an error into the status report of a unit test, in the test editor.
YInitial (Property)
The YInitial property is used to: Find out the Y-coordinate: of a control (position on Y-axis) when opening the window or the page. of a window (position on Y-axis) when opening the window. Modify the Y-coordinate of a control anchored "to bottom" (position on the vertical axis) when opening the window. Find out the Y-coordinate of a control in relation to its block (position in millimeters on the vertical axis) when opening the report....
TelemetryIdentifyUser (Function)
Identifies the current user for whom the telemetry data is saved.
Configuring a WINDEV SOAP server
WINDEV allows you to easily manage the SOAP protocol by allowing you to create......
UI compilation errors
UI compilation errors indicate the possible problems detected in your interfaces whenever a window, a page or a report is saved or whenever the project is recompiled......
NFCReadTag (Function)
Starts reading a NFC tag or enables the detection of NFC tags for the current window.
Open (Function)
Opens a modal WINDEV window.
AJAX programming
The diagram below presents the use of "programmed AJAX" in a WEBDEV site......
GanttWorkingWeekDay (Function)
Indicates if a day of the week is a working day in a Gantt Chart column in a Table or TreeView Table control.
INIRead (Function)
Reads the content of an INI file (or the content of a file structured like .INI files).
Webification
WEBDEV Tutorial - Webifying a WINDEV project Webification - 10 min
Dynamic site: Persistent session
For a dynamic WEBDEV site, when starting the site (site called from a browser), a session representing the site is loaded in memory on the server......
kbActionAllowed (Type of variable)
The kbActionAllowed type allows you to define which actions are available to the end user when handling cards in a Kanban control.