ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Border of controls
One of the most important elements of control style is its border......
Handling Spreadsheet controls programmatically (in a window)
Spreadsheet controls can be handled programmatically......
Telemetry management functions
The following functions are used to manage the telemetry:...
Mouse management functions
List of functions for mouse management...
<Window>.Open (Function)
Opens a modal WINDEV or WINDEV Mobile window.
2. Variables
WINDEV Tutorial: WLanguage basics Lesson 2 - Variables - 20 min
You used WINDEV 28
How to create and handle a structure?
This help page explains how to create and handle a structure....
Type inference
The type inference is used to simplify the declaration of variables when the variable type can be automatically deduced by the compiler......
JSON (Type of variable)
The JSON type makes it possible to simplify actions on data in JSON format.
NotifPushSend (Function)
Sends a push notification to a mobile device (iOS or Android).
Linking a Scheduler control to a data file or variable
You can create Scheduler controls directly linked to the data....
DnDEvent (Function)
Indicates the procedure to run during an event of Drag/Drop....
SynchroHFSQL (Property)
The SynchroHFSQL property is used to: get the refresh mode of a Table control based on a data file linked to an HFSQL Client/Server data file. specify the refresh mode of a Table control based on a data file linked to an HFSQL Client/Server data file....
DnDIsDataAvailable (Function)
Checks whether a specific type of data is available during Drag/Drop....
DisplayLink (Property)
The DisplayLink property gets and sets the display mode of the links in a Gantt Chart column.
DisplayModeAutoWhenLoading (Property)
The DisplayModeAutoWhenLoading property is used to determine and change the display mode when loading a PDF document.
<gglConnection variable>.Connect (Function)
Manages authentication on a Google server (via the "OAuth 2.0" authentication mode).
<Connection variable>.SimulateNetwork (Function)
Simulates the operating mode of HFSQL Client/Server on an ADSL or 3G network....
BitcoinCoreConfigure( Function)
Specifies Bitcoin Core server connection parameters, in order to use BitcoinCoreXXXX functions.
The different types of integers
fDataDir (Function)
Returns the full path of the directory of HFSQL data files specified by the user when installing the application.
PositionOccurrence (Function)
Finds the Xth position of a string within another string.
Generating and deploying 64-bit applications
WINDEV allows you to automatically generate and install a 64-bit application.
Report based on a Table control
A report based on a Table control is used to directly print the information displayed in the Table control (based on a data file or populated programmatically)......