ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

The different types of buttons in a window
WINDEV and WINDEV Mobile include 5 types of buttons......
Message (Property)
The Message property is used to: Find out the help message associated with a control or with a menu option (in a window). Modify the help message associated with a control or with a menu option (in a window)....
PageToEmail (Function)
Emails the data found in a page currently displayed in the browser.
Upper (Function)
Converts all characters in a string to uppercase according to the region settings defined in Windows.
eRoundDifference (Function)
Returns the rounding difference between: the value displayed in a "Currency + Euro" control, the associated control used for dual display....
Client application: Running procedures on a SOAP server
WINDEV include several SOAP functions......
zipIsMulti (Function)
Returns the type of archive: single-part archive or multi-part archive.
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......
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, ......
TableFilteredColumn (Function)
Returns the list of columns filtered by the user in a Table or TreeView Table control.
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....
Deploying an action plan
Once created, the action plans must be deployed in order to be run.
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.