ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<Connection variable>.ListScheduledOptimization (Function)
Lists the scheduled optimization tasks of HFSQL Client/Server tables for a connection....
Project description: Project tab
The project description window allows you to configure various elements of your project......
Search the selected text on the Internet (AAF)
The context menu of Edit controls includes a "Search on Internet" option for the term selected in the control......
PVTCalculateAll (Function)
Entirely calculates or recalculates a Pivot Table control.
Table, List Box and Combo Box controls bound to queries
A Table, List Box, or Combo Box control can be used to display the content of a table or query......
Displaying a different content on each row
In a Looper control, a different content can be assigned to the Table, Chart, List Box and TreeView controls......
How to fill a TreeView Table control?
This help page explains how to populate a TreeView Table control programmatically....
Report based on an HFSQL view
A report based on an HFSQL view is used to print records from an HFSQL Classic or Client/Server view......
Page contexts
In a Windows application, the information relative to a window is stored with the window......
<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)....
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)....
Events associated with TreeView Table controls
List of events associated with the TreeView Table controls...
Table populated programmatically: handling in WLanguage
Here is an overview of how to manipulate Table controls populated programmatically in WLanguage....
DisplayOrphan (Property)
The property AfficheOrphelin property allows you to: Determine whether a row or column in a Pivot Table control is displayed when it has no parent. Change the display mode of a row or column in a Pivot Table control when it has no parent....
HFilter (Function)
Defines and enables a filter on a table, view or query.
NdxEncryption (Property)
The NdxEncryption property sets the encryption method of the index file (.NDX) associated with a table.
MmoEncryption (Property)
The MmoEncryption property sets the encryption method of the memo file (.MMO) associated with a table.
Miscellaneous Windows functions
List of miscellaneous Windows functions...
2. Variables
WINDEV Mobile Tutorial - WLanguage basics Lesson 2 - Variables - 20 min
Reinitializing the parameters automatically saved
WINDEV allows you to automatically save the different application parameters......
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......