ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HCreationIfNotFound (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....
SQL view
An SQL view is a virtual data source defined by an SQL query......
9. Sharing a project in practice
Sharing a project in practice...
TableFormulaDeleteAll (Function)
Deletes all formulas added with TableFormulaAdd.
CheckSpell (Property)
The CheckSpell property is used to enable or disable the automatic spelling checker.
Automatic table modification
The automatic table modification updates the description of tables on user computers......
WINDEV License Agreement
WINDEV License Agreement...
HTrack (Function)
Starts tracking write actions (addition, modification or deletion) performed on a file found in an HFSQL server.
SysIconAdd (Function)
Adds a system tray icon (in the lower-right corner of the screen).
Creating a replication
To understand the operating mode of ReplicEdit, we are going to create a replication by using a simple example......
7. Debugger
WINDEV Tutorial - WLanguage basics Lesson 7 - Debugger - 30 min
Project with multiple analyses
A single WINDEV, WEBDEV or WINDEV Mobile project can now use multiple analyses (data descriptions)......
Splitting Business logic / UI code
During the development cycle of an application, the code that is specific to the interface (UI) and the code that is specific to the business logic (access to databases, etc.) are often "mixed"...
Dockable panes
WINDEV, WINDEV Mobile and WEBDEV propose several dockable panes......
Native Informix Connector: Programming with SQL functions
The use of SQL functions to manipulate Informix data does not require importing the file structure into the analysis......
Native Sybase Connector: Programming with SQL functions
The use of SQL functions to handle Sybase data does not require importing the file structure into the analysis......
Native MariaDB Connector: Programming with SQL functions
The SQL functions can be used to handle the MariaDB database......
Native MySQL Connector: Programming with SQL functions
The SQL functions can be used to handle the MySQL database......