ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Report based on a variable (Data binding)
A report based on a variable is used to directly print the information found in a WLanguage variable......
SourceFromPage (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....
gBackground (Function)
Builds a sequence of characters used to define the display color (background color of a text, circle, rectangle, ...).
Events associated with an Organizer control
The following events are associated with Organizer controls:...
TreeView Table control based on a data file
This type of TreeView Table control is linked to a data file or query......
MVP overview: Model - View - Presenter
MVP is the acronym for MODEL - VIEW - PRESENTER......
Testing and debugging a project on the development computer
The test of the entire project allows you to simulate the start of the application with the executable......
Choosing the languages supported by the application
The choice of languages supported by the WINDEV or WINDEV Mobile application or by the WEBDEV site is performed at several levels......
BurnerAddDirectory (Function)
Adds all the files found in a directory to the compilation.
Serialize (Function)
Transforms the following elements into a specific format: a structure (and its subelements), a class (and its subelements), an array (including the associative arrays), a queue, a stack, a list....
User login: User Groupware
WEBDEV Tutorial - User Groupware User login: User Groupware - 20 min
Step 3: Printing characters, images, ...
This step consists in "sending the different elements to print to the printer"......
kbCard (Type of variable)
The kbCard type defines all the advanced characteristics of a card in a Kanban control.
Managing Responsive Web Design in your Web pages
From now on, the Web sites can be viewed on several platforms......
Image editor: Features
The image editor includes several features......
WINDEV Mobile License Agreement
WINDEV Mobile License Agreement...
Replication management functions
Three types of replication are proposed......
Android: The different types of notifications
Android proposes several types of notifications to inform the user......
Displaying a report in PDF format in the browser of the Web user
To display a report in PDF format in the browser of the Web user, you must......
Automatic documentation of external components
External components must include a technical documentation......
TableToExcel (Function)
Creates an Excel file with the data from a Table or TreeView Table control.
WinStatus (Function)
Identifies or modifies the window status.
ScreenToFile (Function)
Automatically updates: the values of a data file's items in memory with the values from the controls in the window. the value of the WLanguage variables with the value of the window controls. This function is also available for WEBDEV pages....
Checkers available in the code editor
The code editor proposes several tools used to correct the code......
Creating a Java project
WINDEV allows you to generate a Java application without even knowing the Java language......