ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Deploying an action plan
Once created, the action plans must be deployed in order to be run.
eRoundDifference (Function)
Returns the rounding difference between: the value displayed in a "Currency + Euro" control, the associated control used for dual display....
iConfigure (Function)
Configures the printer for a print performed in WLanguage: by opening the configuration window. by modifying the printer used for the current print....
Manipulating TreeMap controls programmatically
WINDEV allows you manipulate a TreeMap control programmatically....
Abandon (Function)
Closes the current window by running the "Click" event of the CANCEL Button control.
External language: Programming in Pascal
We are going to call the elements developed in WINDEV (project, windows, ......
Modifying the query content
The queries are used to easily select the records coming from one or more files, matching one or more selection criteria, ......
Customizing keyboard shortcuts
The different editors in WINDEV, WEBDEV and WINDEV Mobile include many options that can be used directly via keyboard shortcuts......
Managing HFSQL Cluster
Methods for managing an HFSQL cluster and its databases....
Docker image of the HFSQL server
From version 22, a Docker container with the HFSQL server is available in Docker Hub......
Trace (Function)
Displays the requested information (content of a control, for example) in a window opened next to the current window.
MaxWidth (Property)
The MaxWidth property gets and sets the maximum width of a control or window.
StoreTheConfiguration (Property)
The StoreTheConfiguration property is used to: Determine whether the configuration of the panes in a dynamic Tab control or Ribbon control is automatically saved and restored. Modify the configuration of the panes in a dynamic Tab control or Ribbon control so that it is automatically saved and restored (or not)...
Native MariaDB Connector: Specific features
The Native MariaDB Connector creates "InnoDB" tables to support locks and transactions on a MariaDB database......
How to populate a Table control programmatically?
This help page presents the different methods that can be used to populate a Table control programmatically....
ControlExecuteClosing (Function)
Runs the closing WLanguage event of an office control and displays its confirmation dialog if necessary.
Chrono (Type of variable)
The Chrono type is used to define all the advanced characteristics of a stopwatch.
Detecting Beacons
A "beacon" is a hardware transmitter that can "dialog" on a small perimeter with smartphones or tablets via a Bluetooth connection......
Languages supported by the setup
If your applications must be installed in several countries, the setup wizard proposes to generate a multilingual setup......
Native MySQL Connector: Specific features
The Native MySQL Connector (also called "Native MySQL Access") creates "InnoDB" tables to support locks and transactions on a MySQL database......
DisplayEnabled (Property)
The DisplayEnabled property is used to: determine whether or not a control or window is refreshed. If the control is displayed, its content is refreshed regularly. refresh a control or window....
Charset (Property)
The Charset property is used to: Get the character set used by a Font variable. Change the character set used by a Font variable. Get the character set used by an HFSQL data file....