ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Window>.EdSelectMinus (Function)
Deselects a control when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
Information about a control found in a window or in a page
The window editor and the page editor allow you to get information about the controls used.
WinEdSelectMinus (Function)
Deselects a control when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
Modifying the values displayed in the result of a select query
In the result of a select query, you have the ability to only display......
Menus and menu options: Tips & Tricks
This page presents some operations specific to the menus and to the menu options......
MinValue (Property)
The MinValue property is used to: get and set the bottom value of a report based on a data file. get the minimum value of the current filter. get the minimum value of a data series in a chart. get and set the minimum value for some types of controls....
MaxValue (Property)
The MaxValue property is used to: get and set the top value of a report based on a data file. get the maximum value of the current filter. get the maximum value of a data series in a chart. get and set the maximum value for some types of controls....
TablePosition (Function)
Displays a Table or TreeView Table control from a specified row or returns the index of the first row displayed in a Table or TreeView Table control.
Setup of a WEBDEV site: Creating library
A library (file with a WDL extension) is used to group the resources of the project (pages, queries, ......
Markdown
Markdown is a lightweight markup language that allows you to apply formatting to text......
Events associated with a TimeLine control
WINDEV manages the following events by default (in order of appearance in the code editor)...
Handling Context Menu controls programmatically
WEBDEV includes different WLanguage functions and properties to handle Context Menu controls programmatically......
Automatic context menu for the Scheduler controls
Each Scheduler control found in a window proposes a menu to the user....
Events associated with Chart controls
List of events associated with the Chart controls...
Context menu of Organizer controls (AAF)
Each Organizer control found in a window proposes a menu to the user......
HTransactionEnd (Function)
Validates the current transaction: the modifications performed on the data file since the start of transaction (HTransactionStart) are validated. the transaction file is deleted (if the transaction is the last transaction in progress for a network application) the records locked in read-only by the transaction are unlocked....
<Connection variable>.TransactionEnd (Function)
Validates the current transaction: the modifications performed on the data file since the start of transaction (HTransactionStart) are validated. the transaction file is deleted (if the transaction is the last transaction in progress for a network application) the records locked in read-only by the transaction are unlocked....
WDSQL: Exporting and printing the result of an SQL query
The result of a select query can be......
Compilation options (HLP format)
Multi-touch in a Chart control
One of the most common applications of the multi-touch feature is used to handle images......
The structure of the RAD patterns (kept for backward compatibility)
...The RAD pattern files (MDL files) are used to describe:...
WDZip: Handling files in an archive
The compressed files found in an archive can be handled by WDZip......
Characteristics of an indexed control
Characteristics of an indexed control: description, code, ......
User Groupware: Creating and installing the executable
The executable of an application that supports the User Groupware is a multi-instance executable....
12. Pages in practice
Sorts in a report
The sort is used to organize the information displayed in the report......
Events associated with Looper controls
List of events associated with Looper controls...
Specific features of Android applications
The development of Android and WINDEV Mobile applications is different in the following fields......