ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

The Organization Chart control
The Organization Chart control is used to represent elements in a hierarchical way. For example: the contributors of a company according to their position. the different branches of a group with their inter-dependencies. the different steps of a manufacturing process, ......
Code Editor control events
Returns the list of applications on a WEBDEV Application Server, for a given account and a given type....
Diagram Editor control events
WINDEV manages the following events by default (in the order in which they appear in the code editor) for the Linear Slider controls and for the Range Slider controls...
Parameters of a procedure/function
You have the ability to pass parameters to a procedure....
InWindowsStoreAppMode (Function)
Indicates whether the code is run in Windows Store apps mode. Function kept for backward compatibility....
Transforming a WINDEV project into Mobile: a detailed audit
Transforming WINDEV applications into Mobile is very easy......
The Contact structure
The Contact structure is a preset structure of WLanguage (no declaration is required)......
Reintegrating translated text into a project
Once the translation of framework libraries ("......
Maximized windows for Android
A maximized window occupies the entire screen of the mobile device....
Binding an Image control to an item
An Image control can correspond to an item found in a data file, in a query, ......
WDSQL: Creating an SQL query
Once the connection to the database is established, WDSQL allows you to create different types of SQL queries......
ExtractStringBetween (Function)
Allows you to: extract a substring between two given separators from a character string. search for substrings between two given separators in a character string....
Binding a Spin control to an item
A Spin control can be bound to an item in a table, query, etc....
Properties associated with columns of Table controls
You can manipulate columns of Table controls in a window or page using the following WLanguage properties......
The log process
...A log is a special file that contains the history of all changes made to one or more data files over a given period of time (date the file was created, last automatic data modification, last backup created with WDLog, etc.)...
The TreeMap control
The TreeMap control is used to dynamically represent data, possibly in tree structure, in a balanced way....
BLOCK
The <BLOCK> keyword is used in the code editor to declare custom blocks of code. These blocks of code are used to highlight the different steps of an algorithm and to group the declarations of variables or members.
Feedback component
The Feedback component is a component provided with WINDEV......