ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Analysis links
The links are used to link the files found in an analysis between themselves......
SCM: Optimizing the time management
From version 110042, the dates and times are stored in the Source Code Manager in UTC format (Universal Time Coordinates) instead of local computer time......
SQLite: Programming with HFSQL functions
To use an SQLite database with Native Connector (also called Native Access), the structure of SQLite tables must be imported into the data model editor....
Changing the window content by swipe
The mobile devices propose several features available via finger movements......
Handling a Wire control through programming
WINDEV allows you to handle a Wire control by programming......
Handling a TreeView control at runtime
When the TreeView control is in edit, the user can expand or collapse the different levels of the tree structure by clicking the treeview elements....
How to loop through a file using filters?
<Image Editor>.Save (Function)
Saves the image displayed in the Image Editor control.
<gglConnection variable>.Write (Function)
Creates and/or updates data on the Google server (addition or modification of data)....
<xlsDocument variable>.Save (Function)
Saves an XLS document.
<WDPic variable>.Save (Function)
Saves the image contained in a WDPic variable.
Developing an application: the different steps
This diagram presents the different steps for developing an application with WINDEV......
Step 4: Starting the print
To start the print job, simply use iEndPrinting......
XLS file handling functions
List of functions for managing XLS files...
Step 2: Creating print fonts
This step allows you to define and choose the different fonts that will be used in the printed document......
Connection
The Connection keyword can correspond to: the Connection variable. the Connection property used to get and change the connection currently associated with a data file. For more details, see Connection. the Connection property of a hbScanParameter variable....
DisplayEvenIfNull (Property)
The DisplayEvenIfNull property is used to: Determine whether a row or column in a Pivot Table control is displayed even if it contains no value. Show or hide a row or column in a Pivot Table control if it does not contain any values....
WDSQL: Exporting and printing the result of an SQL query
The result of a select query can be......
WDMap: Characteristics of the files found in a database
WDMap is used to get various characteristics specific to......
dImageToArray (Function)
Copies the RGB pixels of the image into a one-dimensional or two-dimensional array. The array of colors is cleared then it is filled with the integers representing the colors (24 bits) of the image.
How to create an SQL query to filter records?
This help page explains how to create an SQL query to filter records....
Overview of external languages
WEBDEV Application Server 2024
4. UI: Windows
IU of windows...
Start of Document block
The Start of document block is printed once at the beginning of the report execution......