ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Open document tabs
The document tabs allow you to navigate between the different elements opened in the different editors....
SCM: Working with the Source Code Manager
The principle for working with the Source Code Manager is as follows......
UMCOpen (Function)
Opens the edit window of User Macro-Code for the current window.
SCM: Retrieving and Checking in all
When developing a project in the SCM, you may need to retrieve all the elements from the repository, or to check all the elements stored locally back into the repository......
How to create an SQL query with a calculation formula?
This help page explains how to create a query with a calculation formula with the query editor....
User Groupware: Encrypting passwords
To increase the security of user groupware, WINDEV and WEBDEV now encrypt the passwords of users......
Aliases on tables: HAlias function
The aliases are used to handle......
Native Progress Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose an optional Native Connector to Progress ......
<Image variable>.AlphaBlend (Function)
Blends two images together. This allows you to create fade-in effects between 2 images.
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......
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....
How to associate an image with a treeview element?
When fillilng a TreeView control, an image is associated with each element....
HCS.Timeout (Variable)
The HCS.Timeout variable is used to modify the connection timeout: for the connections established by HOpenConnection. for the automatic connection openings....
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......
Extra (Property)
The Extra property manges additional information.
Handling a control through programming in a report
All report controls can be handled through programming......