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"...
WDInst: choosing the type of setup to generate
WDInst allows you to create several types of setup......
Association in a CDM
In a CDM (Conceptual Data Model), the associations are used to link the entities between themselves......
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......
Sub-query
A sub-query is a query whose result is used by another query......
Debugging without debugger
In some cases, running a program or a site with or without the debugger can produce different...
Handling controls in a window
The different operations that can be performed on the window controls are as follows......
FullTextIndex description (Type of variable)
A FullTextIndex description variable is used to describe one or more full-text indexes...
Setup by stand-alone physical media
A setup by stand-alone physical media allows you to provide a media that contains all the files...
Summary table: Managing the application directories according to the platform
Defining colors in Table controls
The colors of a Table control (row background, text of rows, etc.) are defined in the control...
WEBDEV Application Server for Linux - Overview
WEBDEV is a full development environment devoted to Internet and Intranet......
fGlobalDirCommon (Function)
Returns a directory path for the global data of current application (data shared between several...
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 '/')....
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.
13. Types of standard controls
DriveMoveDirectory (Function)
Move a directory and its contents to another directory on the same Drive (remote disk).
gglDrive (Type of Variable)
The type gglDrive allows handle Google Drive. To use a Variable of type gglDrive , it is necessary...
DriveCopyDirectory (Function)
copy a directory on the Drive to another directory on the Drive (remote disk).
CustomMenu
The CustomMenu allows you to create a custom menu in the menu bar of WINDEV, WEBDEV and WINDEV...