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...
HFSQL Control Center: Optimize and repair data files
The HFSQL Control Center optimizes and repairs HFSQL data files in both Classic and Client/Server...
WDInst: set directory for tables and User Groupware files
The setup editor WDInst ("Tools......
Uploading and downloading files on Internet (WINDEV FTP and RPC)
Several methods can be used to upload and download files by Internet......
WDTrans: Rolling back all changes made to the files held by a transaction
...If a transaction is in progress, rolls back all changes made to the files since the beginning...
Locking data files: correspondence between WINDEV 5.5 and the later versions
<zipArchive variable>.InfoFile (Function)
Returns the characteristics of a file found an archive: The name of the file and its stored...
zipInfoFile (Function)
Returns the characteristics of a file found an archive: The name of the file and its stored...
<Source>.CreationIfNotFound (Function)
Performs the following operations: If the file does not exist, creates an empty data file...
HCreationIfNotFound (Function)
Performs the following operations: If the file does not exist, creates an empty data file...
HImportHF55 (Function)
Imports a Hyper File 5.5 file into an HFSQL Classic file.
<Source>.ImportHF55 (Function)
Imports a Hyper File 5.5 file into an HFSQL Classic file.
HCheckIndex (Function)
Checks whether the data found in the index file (.NDX file) properly refers the data found...
<Source>.CheckIndex (Function)
Checks whether the data found in the index file (.NDX file) properly refers the data found...
HCreation (Function)
Creates an empty table (file extension ".FIC") with index file, full-text index file and memo file...
<Source>.Creation (Function)
Creates an empty data file (".FIC" extension) with the index file and the memo file if necessary.
INIWrite (Function)
Writes a specific value into an INI file (or into a file structured like an.INI file).
FileName (Property)
The FileName property gets the name of a file (WDPic file or file generated for a print job).
Comparing the project messages
The comparison between source and target text helps you find translation errors......