ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Deploying an action plan
Once created, the action plans must be deployed in order to be run.
iSubstBlock (Function)
Substitutes one block of the report with another block while the report is printed.
Radial Bar chart
The "Image gallery" Looper control is used to manage the display of a set of images without programming......
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, ......
The different types of buttons in a window
WINDEV and WINDEV Mobile include 5 types of buttons......
Managing HFSQL Cluster
Methods for managing an HFSQL cluster and its databases....
EventTimeline (Type of variable)
The EventTimeline type is used to define the advanced characteristics of an event displayed in a Timeline control.
InputMask (Type of variable)
The InputMask type is used to define all the advanced characteristics of a custom input mask.
Opacity (Property)
The Opacity property is used to get and define the opacity percentage for a window, or for controls in a window or page.
The Layout control
The Layout control simplifies the implementation of dynamic UIs where controls are displayed and/or hidden programmatically......
HFConf.Ini file
The HFConf.INI file is found at server root. This file is used to define several characteristics of HFSQL Client/Server server....
Handling incoming or outgoing faxes
To send and receive faxes directly from an WINDEV application or a WEBDEV site, several functions allow you to handle faxes via the fax server available in Windows XP and Windows 2000......
NFCReadTag (Function)
Starts reading a NFC tag or enables the detection of NFC tags for the current 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.
Detecting Beacons
A "beacon" is a hardware transmitter that can "dialog" on a small perimeter with smartphones or tablets via a Bluetooth connection......
Association in a CDM
In a CDM (Conceptual Data Model), the associations are used to link the entities between themselves......
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....
EndProgram (Function)
Ends the execution of the current program.
Programming a status bar
WINDEV allows you to handle a status bar and a cell found in a status bar through programming......
Client application: Running procedures on a server of J2EE services
WINDEV includes several J2EE functions......