ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Sitemap file for Google
To better analyze the content of the sites, the search engine of Google uses an XML file named "Sitemap" (if it is available)...
FileToURI (Function)
Saves the contents of a file to a resource identified by its URI.
Database schema: Description of table structure
The database schema allows you to define the structure of tables used by the project...
Custom-Folders in the database schema
Several file descriptions can be grouped into a "Custom-Folder"...
How to loop through the files of a directory?
This help page presents the different methods that can be used to loop through the files of a directory.
Uploading files
Uploading consists in saving a file located on the user's computer to a web server...
Handling the external files
WINDEV, WINDEV Mobile and WEBDEV propose several functions allowing you to manage the external files from your WINDEV/WINDEV Mobile applications or from your WEBDEV websites...
Unicode in character strings
UNICODE is an encoding system that assigns a unique number to each character....
Outstanding progress bars
Simple or symmetric progress bar?...
Cleaning the project
... several files that are not used anymore but that you don't dare delete......
WDInst: Installing an HFSQL Client/Server application
When creating the setup program of a WINDEV application that uses HFSQL Client/Server data files,...
Creating a WINDEV project
A project is a logical set of elements and processes whose purpose is to accomplish a given...
WDInst: including an "autorun" in a setup on CD
An "autorun" can be run (or not) when the setup CD is inserted into the drive of the setup...
Transactions in SQL
Starting with version 21, you can manage transactions in SQL code......
iSequencingAddXLS (Function)
Adds an XLS or XLSX document into a sequence of report print jobs.
PDFNbSignatures (Function)
Gets the number of signatures in a PDF document.
PDFGetSignatureDate (Function)
Gets the date of one of the signatures of a PDF document.
HDescribeLink (Function)
Describes a link between two tables programmatically.
fCurrentDir (Function)
Identifies or modifies the current directory.
Organizing the directories of a project
When creating a project, a directory specific to this project is automatically created......
Metatypes in the analysis
A metatype is a combination of characteristics of an item and a bound control......
Net constants
List of constants used by the Net functions....
NetListRemoteAccess (Function)
Returns the list of available remote accesses.
WDInst: Configuring the installation workstation
When creating the setup program, WDInst allows you to configure the computer where the program will...
The "Analysis" pane
The "Analysis" pane lists......
How to browse the directories of a disk?
This help page explains how to browse the directories found on a disk....
11. User Macro-Code: UMC in practice