ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

(No title )
The "Browser" pane
When a WINDEV, WEBDEV or WINDEV Mobile element (analysis, query, ...
The Radio Button control
The Radio Button control is a control allowing the user to select an option among several ones......
Server code/Browser code
WEBDEV allows you to create static pages and dynamic pages......
Constructor and destructor
When creating a class in the code editor, the Constructor and Destructor methods are automatically created by default......
Java application and WINDEV
A Java application is an application entirely compiled in Java......
nWDGetLastError: Code of the last error
Error code of last error......
Edit control
The Edit control allows users to enter data......
The Camera control
The Camera control is used to view the video captured by a camera connected to the current computer....
Software Factory: Setup
To use the software factory, a coordinator must be installed on a computer as well as the different robots that will perform the tasks found in the action plans....
Creating a service with WINDEV
A service is a specific type of application intended to be run without any user intervention......
The report editor
WINDEV, WEBDEV and WINDEV Mobile allow you to create reports with the report editor......
Controls of a dynamic page
Several types of controls can be handled in a dynamic page ......
Handling menu options programmatically
The menu options can be handled......
The Button control
The Button control allows the user or the Web user to run a specific action with a simple click......
Key and referential integrity
In a database schema, the "Key" items are also used to manage the consistency of data (called referential integrity)......
User authentication: User Groupware
WINDEV Tutorial: User Groupware User authentication: User Groupware - 20 min
ExecutionMode (Function)
Allows you to: find out and/or modify the behavior of the application or site when some errors are generated. optimize the calls to the functions declared externally. find out and/or change how the application uses JITc. find out and/or modify the management mode of low references for all the instantiated objects....
<TreeView>.Insert (Function)
Inserts a leaf into a TreeView control at a specific position.