ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Error 104: 'Dynamic' can only be used for the classes and the Automation objects
Layout control events
Changes the mode and the method for locking data files....
FTPName (Function)
Returns the name of the last file accessed by an FTP function.
<zipArchive variable>.InfoFile (Function)
Returns the characteristics of a file found an archive: The name of the file and its stored path. The initial size of the file. The compressed size of file. The date and time of file creation. The date and time of file modification. The date and time of file access. The file attributes. The file encryption mode....
ERR_ALREADYCONNECTED
HNoModif (Function)
Forbids all the modifications on a data file (for all the programs, including the one that requested the no-modification policy).
<Source>.CreationIfNotFound (Function)
Performs the following operations: If the file does not exist, creates an empty data file (".FIC" file) with the index file and the memo file if necessary. The function is equivalent to HCreation. If the file exists, opens the file....
Sharing your source code with the SCM
WEBDEV Tutorial - A Source Code Manager for WEBDEV Sharing your source code with the SCM - 30 min...
Repairing the database schema
In some cases, an error message may appear when opening the database schema linked to a project......
FTPMakeDir (Function)
Creates a directory on an FTP server (File Transfer Protocol).
<ftpConnection variable>.GetFile (Function)
Transfers a file from an FTP (File Transfer Protocol) server to the current computer. This new function is available from WINDEV Suite SaaS 2025 Update 2....
<ftpConnection variable>.RenameFile (Function)
Renames or moves a file located on an FTP server (File Transfer Protocol). This new function is available from WINDEV Suite SaaS 2025 Update 2....
GetCountryName (Function)
Returns the name of a country that corresponds to its ISO code according to the ISO 3166-1 standard.
LineSpacing (Property)
The LineSpacing property gets and sets the line spacing for variables of type Font.
HintTextColor (Property)
The HintTextColor property gets and sets the hint text color of an Edit control.
Before calling the Free Technical Support
The operations to perform before calling the Technical Support......
grSaveBMP (Function)
Saves a chart that was previously drawn in a file in BMP format.
Typing multilingual texts
For a multilingual application, you have the ability to......
How to create an SQL query to count?
This help page explains how to create a count query with the query editor....
Handling a database from a Java application
You can start developing your application as soon as the WINDEV project is defined as being a Java project......
Data model editor: Describing a connection
Any program developed with WINDEV, WEBDEV or WINDEV Mobile can easily access......