ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Dynamic Automation object
A dynamic automation object is an automation object allocated upon request, during the program execution...
HLinkMemo (Example)
Usage example of the HLinkMemo function
HCreateView (Example)
Usage example of the HCreateView function
Creating a replication
To understand the operating mode of ReplicEdit, we are going to create a replication by using a simple example......
eYe magnet: conditional formatting of controls
The visual aspect of a window control can be automatically modified according to a series of conditions in order to attract the attention of the user to this control......
AAFs available for numeric edit controls
The numeric edit controls propose several AAFs (Automatic Application Features): a context menu proposing the "Calculator" option. the ability to modify the control value with the mouse wheel....
OpenMobileWindow (Function)
Opens a window in a mobile application.
How to open a page?
Testing an iOS application on a mobile device
When developing an application for iOS (iPhone or iPad), WINDEV Mobile allows you to test the application being developed without having to recompile it on Mac, but directly on the iPhone or iPad......
Link Description (Type of variable)
A Link Description variable is used to describe a link between two data files through programming.
Native Progress Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose an optional Native Connector to Progress ......
Automatic documentation of procedures and methods
To simplify the maintenance or the use of existing code by other developers, WINDEV proposes an automatic documentation for the procedures (or class methods)......
Setup for WINDEV and WEBDEV (Development version and WEBDEV Application Server for Windows)
TreeAdd (Function)
Adds a "leaf" element (and all necessary nodes) into a TreeView control.
Handling files on Dropbox, Google Drive and OneDrive
Many drives can be used to store files......
HTMLToRGB (Function)
Converts the HTML color into RGB color.
HAdd (Example)
Usage example of the HAdd function
HExtractMemo (Example)
Usage example of the HExtractMemo function
Android 10: Modifying the behavior of applications
Starting with Android 10, Google no longer allows an application running in the background to open a window
HSynchronizeReplica (Function)
Synchronizes the master replica and the subscriber replica: the operations performed on one of the replicas are transferred into the other replica.
fAttribute (Function)
Returns or modifies the attributes of a file.
HChangeName (Function)
Modifies the physical name of a data file.
5. Creating a drop-down menu
WINDEV Tutorial: WINDEV application: Managing data Lesson 5 - Creating a drop-down menu - 30 min
NetworkDirName (Function)
Identifies the shared directory associated with a network drive.
SQLConnect (Example)
Usage example of the SQLConnect function