ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SysBatteryOptimBackground (Function)
Used to manage battery optimization: Identifies the battery optimization mode for the current application. Prompts the user to disable battery optimization for a given application on the device. This function can be used to tell the operating system to stop preventing the application from running in the background....
TableDisplay (Function)
Refreshes a Table or TeeeView Table control from a given position: for a control linked to a file: changes made in the linked data file are reflected in the control. for a control handled programmatically: the calculated columns are re-calculated....
Burner constants
List of constants used by the burner functions....
Native MySQL Connector: Programming with HFSQL functions
To use a MySQL database with the Native Connector (or Native Access), import the structure of MySQL tables into the WINDEV or WEBDEV analysis......
iPrint (Function)
Sends the character string passed as parameter to the print buffer.
Copying and cloning
Variables are copied using the "=" operator...
Passing parameters
The parameters can be passed to a procedure......
The Item control
The "Item" control is used to edit the content of an item found in a data file......
GglWrite (Function)
Creates and/or updates data on the Google server (addition or modification of data)....
LooperToExcel (Function)
Creates an Excel file from the data found in a Looper control (browsing Looper control or memory Looper control).
Overview of HFSQL Cluster
HFSQL Cluster is a database server intended to be deployed on several servers......
Table,Modify (External language)
Modifies an element in a Table control.
WLanguage procedure called by FTPListFile
Procedure ("Callback") called by FTPListFile for each file found.
FTPConfigure (Function)
Modifies the behavior of standard FTP functions.
5. Loops
WINDEV Tutorial - WLanguage basics Lesson 5 - Loops - 15 min
Managing the automatic identifiers when adding a record
When adding a record into a HyperFileSQL file (HAdd), three management modes are available for the automatic identifiers......
Connection (Type of variable)
The Connection type is used to describe one or more connections to external databases (HFSQL Client/Server, Native Connector, etc....
Native MariaDB Connector: Programming with HFSQL functions
To use a MariaDB database with Native Connector, the structure of MariaDB tables must be imported into the WINDEV or WEBDEV analysis......
Android 10: Modifying the behavior of applications
Starting with Android 10, Google no longer allows an application running in the background to open a window
TableToExcel (Function)
Creates an Excel file with the data from a Table or TreeView Table control.
mongoWriteConcern (Type of variable)
The mongoWriteConcern type is used to define the level of acknowledgment of receipt requested for the write operations in a stand-alone mongod, in a set of replicas or in fragmented clusters.
TreeAdd (Function)
Adds a "leaf" element (and all necessary nodes) into a TreeView control.
XMLSign (Function)
Signs an XML document.
Directory of images (WEBDEV)
Several images can be used when developing a WEBDEV site......
HTransactionCancel (Function)
If a transaction is in progress, cancels all the operations performed on the data files in transaction since the start of transaction.