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"...
Column of type Attribute
WINDEV and WEBDEV allow you to use columns of type "Attribute" in Table controls......
Compatibility between external components and deployed applications
A component can evolve in many ways......
DisplayedItem (Property)
The DisplayedItem property is used to: Find out the item or the variable displayed...
1. Implementing a Client/Server database
WEBDEV Tutorial - Managing an HFSQL Client/Server database Lesson 1 - Implementing a Client/Server...
Automatic assisted universal replication
The automatic assisted replication is used to easily implement a replication on an existing...
diffCreate (Function)
Compares two buffers and creates a buffer containing the differences between these two buffers.
TableSavePositionAndSelection (Function)
Saves: the scrollbar position in a Table or TreeView Table control, the elements selected...
AssistedInputConfigure (Function)
Used to configure the filter and the opening of assisted input.
WLanguage procedure called by HTrack
WLanguage procedure called by HTrack
NbRecRead (Property)
NbRecRead is used to find out the number of records read: selected both by the source of the report...
ImageInfoSave (Function)
Saves the modifications performed on the Exif tags of an image by ImageInfoModify.
HRSRenameServer (Function)
Changes the DNS name of the replication server if it has a new name.
HCreateView (Example)
Usage example of the HCreateView function
Performance profiler
The performance profiler (also called Profiler) is used to check and optimize the execution time...
1. Creating a WINDEV project and its analysis
WINDEV Tutorial: Creating a WINDEV project and its analysis Lesson 1 - Creating a WINDEV project...
The RTF control (Report editor)
...The "RTF" (Rich Text Format) control is used to display a formatted character string...
Creating a WINDEV SOAP Server application
The SOAP Server application is an application containing all the procedures to run......
SQLConnectWS (Function)
Connects the current application to a database that will be queried by SQL through a Webservice...
HFSQL Client/Server: Principle for saving the databases
Like for any database, backups of your HFSQL Client/Server databases must be performed on a regular...
Remote WEBDEV administrator: Managing the error messages
By default, when an error occurs in a dynamic WEBDEV site, an error message is displayed...
Changing the window content by swipe
The mobile devices propose several features available via finger movements......
UnloadWDL (Function)
Frees the library that was loaded in memory by LoadWDL.
zipOpen (Function)
Opens an existing archive.
Using RAD patterns
The steps for creating a RAD pattern are as follows......
Handling an Image Editor control through programming
WINDEV allows you to handle an Image Editor control through programming......