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...
14. Report templates
...Report templates are used to easily standardize report layouts....
Associating documents with the project
To describe a project in detail, you can associate documents with it......
The Multimedia control (WEBDEV)
...The Multimedia control is used to easily display a video in the browser....
Setup directory
The setup wizard allows you to configure the setup directory of application....
Zombie procedures
In most cases, old code contains procedures that are used but that do no longer match the current...
Creating a replication
To understand the operating mode of ReplicEdit, we are going to create a replication by using...
Standard FTP functions (prefix syntax)
Standard FTP functions (prefix syntax)...
HFSQL Control Center: Scheduled optimization
and its files using scheduled optimization tasks......
ListDLL (Function)
Returns: runtime List of libraries (".DLL" files) used by the current WINDEV application,...
Multiselection (Property)
in a Calendar control. of files in an Upload control....
Classes, members, methods and properties
A class is made of......
Content of the Table control
Table controls can be bound to a table, to a variable, or be populated programmatically......
Report based on a memory area
A report based on a memory area is used to print the records stored in a memory area......
Modeling editor: Managing the styles
The modeling editor proposes an advanced management of styles......
WDStatistics: Overview
WDStatistics is a tool used to perform statistical calculations regarding the traffic...
HComputer (Function)
Stores a unique computer number or identifier in order to use the log and transactions...
<xlsDocument variable>.GetMerge (Function)
Determines if a cell is merged with other cells and gets the merged cell range.
How to create an SQL query to get a TOP 10?
This help page presents the method for creating an SQL query used to get the first 10 records......
11. Table/Looper controls