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"...
HSL (Function)
Creates a color from its hue, saturation and lightness.
XMLAddAttribute (Function)
Adds an attribute into an XML document.
XMLAddChild (Function)
Adds a child tag into an XML document.
XMLBuildString (Function)
Retrieves and formats the content of an XML document (created by XMLDocument and modified...
Importing and exporting a WEBDEV Application Server
WEBDEV Account Manager allows you to easily import and export the WEBDEV Application Server...
Project image gallery
The project image gallery allows viewing all the images of a project in a single click......
The framesets
Via the management of framesets, WEBDEV allows you to display several HTML pages...
External language: Programming in Java
We are going to call the elements developed in WINDEV (project, windows, analysis, ......
Configuring the AAF menus (Automatic Application Features)
WINDEV includes several Automatic Application Features (AAFs)......
Enumeration and Combination items
WINDEV, WEBDEV and WINDEV Mobile propose the Enumeration and Combination types......
Customizing the errors
The WEBDEV administrator (Development version) is used to customize the error messages of a WEBDEV...
Creating the Form windows of a WINDEV RAD pattern
WDInst: advanced options for the network setup
The advanced options of the network setup are used to......
Video functions
List of video functions...
iParameterPDF (Example)
Usage example of the iParameterPDF function
Generating an iOS application
Several steps must be performed to develop an iPhone/iPad application:...
HExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.
HFSQL in network mode on a server running Windows NT4, 2000, XP or 2003
The access speed to the data in network depends on several parameters (see the section......
Describing the replication (ReplicEdit)
ReplicEdit is used to create a replication via a wizard, but the replication description window...
NetGetFile (Example)
Usage example of the NetGetFile function
The Table control on mobile devices (Android and iOS)
The Table control is available for Android and iOS applications......
rssEnclosure (Type of variable)
The rssEnclosure type is used to describe and handle the attachment of an entry of RSS stream...
WEBDEV Image Editor control: Features
The WEBDEV Image Editor control includes many features, accessible via several ribbons at the top...
LooperSearchEverywhere (Function)
Searches for a value in all the attributes of a Looper control.
Creating the Table windows of the WINDEV RAD pattern