ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

UI audit: Detect obsolete features
The lifecycle of some projects span several years......
Page templates
WEBDEV allows you to create page templates......
The "Modifier"pane
The "Modifier" pane is used to view and/or modify, from the window editor, page editor or report editor, the main characteristics......
Printing the content of a TreeView Table (AAF)
TreeView Table controls include an automatic context menu that allows users to perform multiple actions on the data displayed in the control......
Events associated with reports
The following events are associated to reports (order of appearance in the code editor)......
2. User-friendly editors in practice
Replication: The different types
The data replication is a powerful feature......
<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....
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....
5. Custom-Folders: Organize your project
Project configurations allow you to easily define the "target" platforms of the project....
Developing an application for Apple Watch
An Apple Watch application is an application intended for a watch associated with an iOS device (phone, tablet, ......
Remote WEBDEV administrator: Managing statistics
The remote WEBDEV administrator proposes a module for consulting the statistics regarding the traffic of your dynamic WEBDEV sites (standard and AWP) and Webservices deployed on a WEBDEV Application Server....
Choosing the action associated with the link
You can associate an action with the link regardless of the type of link......
Input suggestions in an Edit control
Implementing input suggestions in an Edit control is very simple......
SessionRequestedPage (Function)
Returns the name of the page requested at the start of the session.
7. Multilingual sites in practice
Type (Example)
Usage example of the Type property
The "Surface" charts
The Surface chart is used to represent correlated analogical data, according to 3 axes...
Conditions for updating an application automatically (Live update)
Whenever the application is modified on the development computer (modifications of windows, code, analysis, ......
Handling an iFrame control through programming
WEBDEV allows you to handle an iFrame control by programming......
Handling the external files
WINDEV, WINDEV Mobile and WEBDEV propose several functions allowing you to manage the external files from your WINDEV/WINDEV Mobile applications or from your WEBDEV sites......
WDReplic: Starting the replication
Depending on the type of replication to perform, WDReplic must be started......
grCreate (Function)
Creates a specific type of chart.
The "Interactive zoom" pane
The "Interactive zoom" pane is used to zoom the section currently hovered by the mouse cursor......
fBuildPath (Function)
Builds a complete file path from the directory and short name of a file. This function is mainly used to get a valid file name without having to worry about the presence of separators in the path ('/' or '\') or about their direction according to the platform....