ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The different types of Table controls: populated programmatically, with or without access to the data source
WINDEV, WEBDEV and WINDEV Mobile allow you to use......
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....
PageToFile (Function)
Automatically updates: the value of the items in a data file with the value of the controls in the page. The data file items bound to the window controls are automatically updated with the values of these controls. the value of the WLanguage variables with the value of the window controls. The WLanguage variables bound to the page controls are automatically updated with the values of these controls. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
<Page>.ToFile (Function)
Automatically initializes: the value of the items in a data file with the value of the controls in the page. The data file items bound to the window controls are automatically updated with the values of these controls. the value of the WLanguage variables with the value of the window controls. The WLanguage variables bound to the page controls are automatically updated with the values of these controls. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
WDSQL: Creating and running a script
A script is a set of SQL commands used to perform a specific operation (create a new table in the database, insert records, ......
SysXRes (Function)
Returns the horizontal screen resolution.
Linking a Table control to a data file or query
A Table control can be used to display the content of a data file or query......
7. Layouts using the Flexbox control
Flexbox control description: Details tab
The "Details" tab of the Flexbox control description window allows you to define how the control reacts when the browser is resized horizontally or vertically......
How to populate a TreeView control using a data file?
By default, the TreeView control cannot automatically display the data coming from a data file......
TreeView control linked to a data file
You have the ability to create TreeView controls directly linked to the data....
Table control based on a data file
A Table control based on a data file is a control whose columns are bound to the items of a data file or query (data source)......
iHLine (Function)
Prints a horizontal line at specified coordinates.
10. Embedded queries
WDOptimizer: Editing and modifying a ".REP" file
<Source>.Filter (Function)
Defines and enables a filter on a data file, view or query.
<Source>.FilterStartsWith (Function)
Defines and enables a "Start with" filter on a file, view or query.
<Source>.DeactivateFilter (Function)
Temporarily disables the filter on a data file (view or query).
<Source>.FilterIncludedBetween (Function)
Defines and enables an "Included between" filter on a file, view or query.
HFilter (Function)
Defines and enables a filter on a data file, view or query.
HFilterStartsWith (Function)
Defines and enables a "Start with" filter on a file, view or query.
HFilterIncludedBetween (Function)
Defines and enables an "Included between" filter on a file, view or query.
HDeactivateFilter (Function)
Temporarily disables the filter on a data file (view or query).
10. Embedded queries
1
2
3
4
5
6
292
>