ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Hash functions
Hashing is used to summarize a file or a character string......
The Looper control: Custom synchronization
How to manage the synchronization between: the page displayed in the browser. This page contains a Looper control that displays the records found in an HFSQL file. the corresponding page context found on the server....
Handling a control through programming in a report
All report controls can be handled through programming......
Extension procedure
By using extension procedures, you can add your own WLanguage procedures to different types of variables (string, date, color etc.)......
WINDEV 2024
Creating a Java project
WINDEV allows you to generate a Java application without even knowing the Java language......
Distributing an external component
Once the component has been created, tested and generated, it can be distributed to other developers......
UMCOpen (Function)
Opens the edit window of User Macro-Code for the current window.
The Linear Looper control
A Linear Looper control is used to display a set of controls in a horizontal scrolling list......
HFSQL server replication
The replication between HFSQL servers consists in automatically replicating the data from server to server, in an asynchronous way......
New Features brochure - Version 27: New WINDEV features
New features in WINDEV 27 presented in the New Features brochure....
Class inheritance
The hierarchical organization in class and sub-class has allowed to create the notion of inheritance......
InWebMode (Function)
Indicates whether the current process is run: from a WINDEV executable. from the WEBDEV runtime engine (AWP)....
Query
A query is used to interrogate a database in order to view, insert, modify or delete data......
Extra (Property)
The Extra property manges additional information.
Characteristics of the columns in a Table control in a window
The columns are used to display information in a Table control......
Properties associated with the rows of a TreeView Table control
The rows of TreeView Table controls in a window or page can be manipulated using WLanguage properties......
Project Management Hub: Managing tasks
The Project Management Hub allows you to define the different tasks assigned to each project contributor......
Non-maximized windows in iOS
A non-maximized window can occupy a section of the screen only......
How to associate an image with a treeview element?
When fillilng a TreeView control, an image is associated with each element....
Dim disabled windows
Your application opens several windows at the same time and you don't know which one to use?......
Native Progress Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose an optional Native Connector to Progress ......
User Groupware: Encrypting passwords
To increase the security of user groupware, WINDEV and WEBDEV now encrypt the passwords of users......
App Tracking Transparency - Activity tracking
App Tracking Transparency enables users to authorize an iOS app to track their activity on third-party mobile apps and websites for advertising or data sharing purposes......
How to create a query with external join?
In SQL language, an external join is used to exclude or include file records with or without correspondences in the linked files......