ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

CallInterface (Function)
Runs a method of an interface of an object implemented in a DLL external to the WINDEV framework.
Handling a Calendar control through programming (prefix syntax)
WINDEV, WEBDEV and WINDEV Mobile allow you to handle a Calendar control through programming......
Developing an application: the different steps
This diagram presents the different steps for developing an application with WINDEV......
BTLE functions (prefix syntax)
The following functions are used to handle the Bluetooth Low Energy devices:...
LockAppTimeout (Function)
Returns or modifies the idle time before a WINDEV application is locked.
dCopieImageChamp (Control)
Copies the image of a control in a WINDEV window to a variable of type Image.
The "Funnel" charts
...The Funnel charts are often used to represent the steps in a sales process and to indicate the amount of potential revenues expected for each step....
Report viewer: "Preview" tab
The report viewer allows end users to view reports before printing them......
Conditions for updating an application automatically (Live update)
Whenever the application is modified on the development computer (modifications of windows, code, database schema, ......
geoTrackingDisable (Function)
Disables the tracking of user positions for a WINDEV Mobile application.
Event (Function)
Intercepts a Windows event on a control, a group of controls or a WINDEV window.
Windows
The windows represent the main interface of a WINDEV application......
RunReportsAndQueries (Function)
Starts Reports and Queries and opens the WINDEV project corresponding to the current application.
HCreationIfNotFound (Function)
Performs the following operations: If the table doesn't exist, create an empty table (file with ".FIC" extension) with the index file, the full-text index file and the memo file if necessary. The function is equivalent to HCreation. If the table exists, opens the table....
Bar Code functions
The following functions are used to manage bar codes:...
Query editor
The query editor is used to automatically create queries on the data files......
dEncrustColor (Function)
Encrusts a color in an image found in an Image variable].
<Chart>.ScatterSeriesLabel (Function)
Initializes the label of a data series in a "Scatter" chart. Warning: This feature is only available from WINDEV Suite SaaS 2025 Update 2. For more details, see Utiliser les nouveautés de WINDEV Suite SaaS 2025....
FlexAlignItems (Property)
The Property FlexAlignItems allows you to know and modify the alignment characteristics of the fields inside a row of a Flexbox field according to the secondary axis of the field ( Property 900 corresponding CSS "align-items").