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"...
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...
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.
fGlobalDirUser (Function)
Returns a directory path for the global data of current application (data shared between several...
fSep (Function)
Returns the separator of directory according to the current platform ('\' or '/')....
fGlobalDirCommon (Function)
Returns a directory path for the global data of current application (data shared between several...
fListDisk (Function)
Returns the list of disks installed on the computer.
Keyboard shortcuts
The main keyboard shortcuts in the editors are as follows......
fImageSelect (Function)
Opens the image picker of Windows.
fSelectDir (Function)
Opens a directory picker.
fCopyDir (Function)
Copies the contents of a directory and its subdirectories.
gglDrive (Variable type)
The gglDrive type is used to handle Google Drive. To use a gglDrive variable, you need to connect...
Burning a CD/DVD
Several WLanguage functions are used to burn the CDs or DVDs......
Windows
The windows represent the main interface of a WINDEV application......
Association in a CDM
In a CDM (Conceptual Data Model), the associations are used to link the entities between themselves......
Setup by stand-alone physical media
A setup by stand-alone physical media allows you to provide a media that contains all the files...
WDInst: choosing the type of setup to generate
WDInst allows you to create several types of setup......