ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Data Binding: Creating controls from the "Project explorer" pane
Data binding is a process that binds variables in memory to controls in a window or page......
Events associated with Radio Button controls
List of events associated with Radio Button controls...
Events associated with Image controls
List of events associated with Image controls...
Events associated with Tab controls
List of events associated with Tab controls...
Code history
The code history is used to......
How to sort the result of a query?
This help page explains how to create a sort query with the query editor....
Events associated with Check Box controls
List of events associated with Check Box controls...
External language: Programming in C
We are going to call the elements developed in WINDEV (project, windows, ......
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....
Importing a WINDEV window into a Mobile project
The WINDEV windows not having the same format in WINDEV Mobile, WINDEV Mobile gives you the ability to import a WINDEV window into a WINDEV Mobile project......
Handling menu options via the context menu
WINDEV and WINDEV Mobile support two types of menus: ......
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....
WINDEV applications for Linux: Specific features
TablePrint (Function)
Prints the content of the specified Table control without having to create a report based on the Table control.
Including a supercontrol in a window or in a page
Handling a group of controls through programming
WINDEV, WEBDEV et WINDEV Mobile allow you to handle a group of controls through programming......
hbResultScan (Type of variable)
The hbScanResult type is used to define all the advanced characteristics of the result of an iteration performed in an HBase database.
<Table>.End (Function)
Stops the manual iteration of data file linked to a Table control based on a data file.
Screen,Column (External language)
Returns the index of the current column in a Table based on a data file or in a Table populated programmatically.
<Table>.Print (Function)
Prints the content of the specified Table control without having to create a report based on the Table control.
TableEnd (Function)
Stops the manual iteration of data file linked to a Table control based on a data file.
HDBOpenNoLock (Function)
In single-user mode, opens an xBase data file without locking it.
Query based on query
Queries can be based on items from another query......
Splitting Business logic / UI code
During the development cycle of an application, the code that is specific to the interface (UI) and the code that is specific to the business logic (access to databases, etc.) are often "mixed"...
UI modifiable by the end user
By default, WINDEV applications allow end users to modify the interface of the application......