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)...
Analysis: Description of data file structure
The analysis allows you to define the structure of data files used by the project...
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...
FileToURI (Function)
Saves the contents of a file to a resource identified by its URI.
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.
Custom-Folders in the analysis
Several file descriptions can be grouped into a "Custom-Folder"...
Characteristics of the Looper control in a page
To view the characteristics of the control, select "Description" in the context menu....
DownloadAdd (Function)
Adds a new download in the device's download manager....
DownloadGetInfo (Function)
Retrieves the details of a download present in the download manager.
DownloadList (Function)
Lists the downloads from the current application in the download manager.
Programming the browsing Looper controls
These are the main concepts for programming Looper controls based on a data file......
Recycle bin management functions
List of functions for managing the recycle bin...
Shared memory area functions
fReportsAndQueriesDir (Function)
Returns: the full path of the directory for the custom reports and queries. This directory...
User Groupware: Creating and installing the executable
The executable of an application that supports the User Groupware is a multi-instance executable....
Testing the WEBDEV Application Server setup with an example
Events associated with a TimeLine control
WINDEV manages the following events by default (in order of appearance in the code editor)...
fExeDir (Function)
Returns the directory from which the execution is started.
Step 1: Choosing the deployment profile
The setup program creation wizard allows you to select the deployment profile to use......
<pdfDocument variable>.GetSignatureDate (Function)
Gets the date of one of the signatures of a PDF document.
Voice commands in the environment
The environments of WINDEV, WEBDEV and WINDEV Mobile respond to the voice commands......
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...
Unicode in character strings
UNICODE is an encoding system that assigns a unique number to each character....
<PDF reader>.NbSignatures (Function)
Gets the number of signatures in a PDF Reader control.
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,...
The "Analysis" pane
The "Analysis" pane lists......
The TreeView control
...The TreeView control is a tree structure used to simplify the display of information that can...
Characteristics of Table controls in a window
Table controls allow you to display and/or enter data......
11. User Macro-Code: UMC in practice