ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

UMCOpen (Function)
Opens the edit window of User Macro-Code for the current window.
SysWinTitle (Function)
Returns the title of the window.
18. Order of execution of the code of buttons/links
Properties available in Java
WINDEV allows you to generate a Java application without even knowing the Java language......
ComponentExecute (Function)
Executes a global procedure present in an external component. This external component is loaded with ComponentLoad.
<Component>.Execute (Function)
Executes a global procedure present in an external component. This external component is loaded with ComponentLoad.
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....
HCS.Timeout (Variable)
The HCS.ResponseTime variable is used to modify the connection time: for the connections established by HOpenConnection. for the automatic connection openings....
How to associate an image with a treeview element?
When fillilng a TreeView control, an image is associated with each element....
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......
TmeLine control linked to a data file or variable
You can create TimeLine controls directly linked to the data....
Class inheritance
The hierarchical organization in class and sub-class has allowed to create the notion of inheritance......
Linking a data-bound Table control to a table or query
A Table control can be used to display the content of a table or query......
Characteristics of the columns in a Table control in a window
The columns are used to display information in a Table control......
X (Property)
The X property is used to: Get the X-coordinate of a control, Table control column or window (position on the X-axis). Get the X-coordinate of a control or window (position on the X-axis)....
WINDEV 2024
The Linear Looper control
A Linear Looper control is used to display a set of controls in a horizontal scrolling list......