ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Installing a WEBDEV site
There are two methods to install a WEBDEV site on a Unix server......
Creating and distributing Active WEBDEV Pages
To transform a page in Session mode into an Active WEBDEV Page:...
Creating the Relation pages of a WEBDEV RAD pattern
AddColumn (Function)
Adds a column at the end of a two-dimensional array property (xlsDocument variable for example]).
DisplayOrphan (Property)
The DisplayOrphan property is used 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....
How to include the SESAM VITALE services?
From version 18 of WINDEV, the import of webservices includes the necessary tools to allow the consumption of secure Webservices used to manage the Sesam Vitale cards......
NoteSaveAll (Function)
Saves the repositionable notes of the current window in a file.
Filter
The Filter keyword can correspond to: the Filter function. the Filter property....
WDDIXIO
WDDIXIO is a tool that helps you translate the text of an application......
MatCopy (Function)
Creates the copy of a matrix.
Creating the Form windows of a WINDEV RAD pattern
Menu option: operation performed and action
An option of a drop-down or context menu in a page can be associated with an action......
XMLDocument (Function)
Creates a new XML document.
InsertColumn (Function)
Inserts a column at a given position into an advanced two-dimensional array property (xlsDocument, ...).
DashSaveConfiguration (Function)
Saves the configuration of a Dashboard control in string format.
2. Application development cycle
WINDEV Mobile covers the entire application development cycle...
BackgroundStyle (Property)
The BackgroundStyle property is used to get and modify the background style of cells in tables and/or TreeView Tables....
WDMap: Printing records
WDMAP allows you to print the records found in a data file......
Quick search in the current code
When coding, developers often need to do a quick search in the current code...
Handling a Rich Text Area control through programming
To handle a Rich Text Area control programmatically, use the variable of the Rich Text Area control directly in the code......
Conceptual Data Model (CDM)
In the MERISE methodology, the conceptual data model defines the objects and the actions that must be taken into account in the database......
Code statistics
The code statistics affect......
Translating the code
WINDEV, WEBDEV and WINDEV Mobile allow you to automatically translate your WLanguage code from English into French and vice versa......
MaxHeight (Property)
The MaxHeight property is used to get and change the maximum height of a control or window.
14. PHP generation in practice