ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Control Centers: Working in offline mode
When working on a laptop computer or on an offline computer, you may want to continue working with the data found in the Control Centers (schedule management, quality management, etc....
HFSQL Control Center: Open an analysis
The HFSQL Control Center allows you to fully manage an analysis......
Code coverage
The code coverage is the measure regarding the coverage of tests run on an application or site......
Declaring and using a variable
A variable is defined by name and type......
Computer renamed or changed
During the development phase, you may have to change the computer used for development (change computer, rename the computer, ......
Control template
A control template is a set of controls that can be re-used in several windows or pages......
The Popup control
The Popup control is a control used to associate a popup with a page. This popup, displayed from the page into which it is inserted, is used to easily establish a dialog with the user....
External language: Programming in Java
We are going to call the elements developed in WINDEV (project, windows, analysis, ......
Cardinalities
The cardinalities are used to count the links between the files......
Operations for synchronizing SCM
When creating an executable, a library or a component, ......
WDInst: configuring the directory of the data files and the directory of the files of user groupware
The setup editor WDInst ("Tools......
Generating SQL scripts
The content of an analysis can be exported in the format of SQL scripts for a specified database (SQL Server, Oracle, ......
Share your projects via Git
Git is a source code manager......
2. Creating files in the analysis
WINDEV Tutorial: Creating a WINDEV project and its analysis Lesson 2 - Creating files in the analysis - 40 min
Clipboard with history
The clipboard stores the last 10 pieces of content cut or pasted (from any editor)......
MacOS - Developing an application in Catalyst mode
Apple has recently released an SDK to natively compile iOS applications for MacOS......
Developing an iOS 14 widget
An iOS widget is an application intended to be displayed as a widget on iOS devices (iPhone, iPad, etc....
Dark theme on mobile devices
The latest versions of mobile OSs allow you to switch applications to a dark theme to reduce battery consumption or to make the device easier to use in a low-light environment......
External language: Programming in COBOL
We are going to call the elements developed in WINDEV (project, windows, analysis, ......
Characteristics of Table controls in a window
Table controls allow you to display and/or enter data......
Designing a supercontrol
A supercontrol is an advanced type of control......
Data persistence
The data persistence is used to store the value typed by the user......
Creating an interactive diagram
The Diagram Editor control allows end users to create and edit diagrams......
Live Data: viewing data in the editors
The "Live Data" is used to view the content of the data files in the controls currently created in the different editors of the product used (window editor, page editor, report editor, ......
Deploying a Java archive
Like for any application, WINDEV allows you to create a setup program for a Java application......