ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Table,Add (External language)
Adds an element to a Table control.
6. Procedures
WINDEV Tutorial - WLanguage basics Lesson 6 - Procedures - 20 min
Legend (Property)
The Legend property is used to: Find out the label of a series. Modify the label of a series....
New Features brochure - Version 28: Common new features
New features in WINDEV/WEBDEV/WINDEV Mobile 28 presented in the New Features brochure....
7. Debugger
WINDEV Mobile Tutorial - WLanguage basics Lesson 7 - Debugger - 30 min
Database parameters (Setup program)
The setup program creation wizard includes the setup of the database along with the application and suggests additional elements......
<Window>.ToFile (Function)
Automatically updates: the values of a data file's items in memory with the values from the controls in the window. 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 window controls are automatically updated with the values of these controls. This function is also available for WEBDEV pages....
grAxisTitle (Function)
Defines the title of X-axis and the title of Y-axis in a chart.
Select query description window
The description window of a select query includes several sections......
SQL functions for accessing the external databases
List of SQL functions used to access the external databases...
Class inheritance
The hierarchical organization in class and sub-class has allowed to create the notion of inheritance......
Configuring an existing project for the SCM
Some operations are required before an existing project can be used by the Source Code Manager......
Error 805: No syntax without parameter
Error 809: The * character cannot be used as mandatory parameter in a function
16. Java applications in practice
Java applications in practice...
<Page>.ToSource (Function)
Automatically initializes: the value of the items in a data file with the value of the controls in the page. the value of the WLanguage variables with the value of the page controls....
6. Procedures
WEBDEV Tutorial - WLanguage basics Lesson 6 - Procedures - 20 min
<Source>.FromPage (Function)
Automatically updates: the value of the items in a data file with the value of the controls in the page. the value of the WLanguage variables with the value of the page controls....
2. Variables
WEBDEV Tutorial - WLanguage basics Lesson 2 - Variables - 20 min
5. Loops
WEBDEV Tutorial - WLanguage basics Lesson 5 - Loops - 15 min
8. OOP
WEBDEV Tutorial - WLanguage basics Lesson 8 - OOP - 30 min
Sharing internal components (via SCM)
An internal component is a set of elements from a project......
3. Project configuration
Project configurations allow you to adapt the same project to multiple "targets"....
Programming Table controls based on a data file (prefix syntax)
This page explains how to program Table controls based on a data file......
<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)....
NbLabelCopy (Property)
The NbLabelCopy property is used to: Get the number of copies of identical labels. Change the number of copies of identical labels....