ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

UMCOpen (Function)
Opens the edit window of User Macro-Code for the current window.
ChangeSkinTemplate (Function)
Dynamically changes the skin template: of all windows found in the current application, of the windows found in the WINDEV components used by the application, of a specific window found in the project....
<Image variable>.AlphaBlend (Function)
Blends two images together. This allows you to create fade-in effects between 2 images.
2. Analysis in practice
zipExtractDirectory (Function)
Automatically extracts and decompresses files from a directory in the file tree of an archive to a physical location.
Handling a control through programming in a report
All report controls can be handled through programming......
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....
nWDEvalue: Evaluation of the value of an element
Evaluating the value of an element......
Extension procedure
By using extension procedures, you can add your own WLanguage procedures to different types of variables (string, date, color etc.)......
Filtering a table, a view or a query
A filter is used to define through programming a selection of records corresponding to one or more criteria......
Non-maximized windows in iOS
A non-maximized window can occupy a section of the screen only......
Distributing an external component
Once the component has been created, tested and generated, it can be distributed to other developers......
Class inheritance
The hierarchical organization in class and sub-class has allowed to create the notion of inheritance......
GDS: Managing branches
The management of branches is used to manage several versions of the same application in parallel......
Project Management Hub: Managing tasks
The Project Management Hub allows you to define the different tasks assigned to each project contributor......
<ANSI String type>.Right (Function)
Extracts the right part (i.e., the last characters) from a string or buffer.
TmeLine control linked to a data file or variable
You can create TimeLine controls directly linked to the data....
The Linear Looper control
A Linear Looper control is used to display a set of controls in a horizontal scrolling list......