ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Repositionable note (AAF)
End users can create repositionable notes in all the windows of their WINDEV applications......
DeleteParameter (Function)
Deletes a parameter (or a set of parameters) saved either by SaveParameter, or automatically via the persistence of data in the controls.
fGlobalDirCommon (Function)
Returns a directory path for the global data of current application (data shared between several applications), regardless of the current user.
<Source>.UpdateLink (Function)
Updates on the server all the links of an HFSQL Client/Server data file....
HUpdateLink (Function)
Updates on the server all the links of an HFSQL Client/Server data file....
Automatic Application Features (AAF)
The Automatic Application Features (AAF) allow you to add features to your application without having to write a single line of code......
HCreateSubscriberReplica (Function)
Creates the description file of a subscriber replica.
WinStatus (Function)
Identifies or modifies the window status.
Code statistics
The code statistics affect......
Assisted universal replication
To easily establish the universal replication between the data of a remote application and a central database, WINDEV and WEBDEV allow you to......
Implementing the log process in an application
Regardless of the tables used by your application (HFSQL Classic or HFSQL Client/Server), the log process can be implemented on these tables......
HFConf.Ini file
The HFConf.INI file is found at server root. This file is used to define several characteristics of HFSQL Client/Server server....
Customizing the system information windows (or dialog boxes)
Your applications use several system dialog boxes? A specific theme is used in your project? Why not customize these windows and give them the "appearance" of your application?......
GanttDeleteLink (Function)
Removes links from a Gantt Chart column in a Table or TreeView Table control.
<Gantt chart>.ListLink (Function)
Lists the links in a Gantt Chart column in a Table or TreeView Table control.
Bar Code control properties
Bar Code controls can be manipulated using different WLanguage properties......
<Gantt chart>.DeleteLink (Function)
Removes links from a Gantt Chart column in a Table or TreeView Table control.
WDReplic: Presentation
WDReplic is used to manage data replication between several computers......
Thread management constants
List of constants used by the functions for managing threads, critical sections, semaphores, mutexes, ......
Encrypt (Function)
Encrypts a character string in binary format or in ASCII format.
fDecrypt (Function)
Decrypts a file that was encrypted by fCrypt.