ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Adding an element to the SCM repository
When an element is added to the SCM (Source Code Manager) repository, it is added to the reference project on the SCM server......
8. Binding controls to data
A window can display information from......
Handling a dynamic programmatically
WINDEV allows you to handle Dynamic Tab controls with the TabXXX functions and with multiple WLanguage properties......
TableFormulaDeleteAll (Function)
Deletes all formulas added with TableFormulaAdd.
Creating the menus for the pages of the WEBDEV RAD pattern
User Groupware: Multilingual applications
If your application is a multilingual application, the multilingual feature must also be managed in the windows/pages of user groupware......
Changing the version of projects found in SCM
When several projects share elements in the same SCM, changing the version of WINDEV and WEBDEV projects......
How to write into a text or CSV file?
This help page explains how to write into a text or CSV file....
Managing the critical sections
Semaphores are used to limit the simultaneous execution of a code (procedure, line of code, etc....
Query
A query is used to interrogate a database in order to view, insert, modify or delete data......
1. Testing a site: Elements to be tested
CriticalSection
The CriticalSection keyword can correspond to: the CriticalSection function, which makes it possible to enable a named or on-variable critical section in the statement USING ... IN. the CriticalSection variable, which makes it possible to define critical sections to limit the simultaneous execution of a code (procedure, line of code, etc.) to one thread at a given moment in an application....
GOTO statement
The GOTO statement is used to run a code identified by a given label...
General options of WINDEV, WEBDEV and WINDEV Mobile
The general options are used to configure the working environment of the product used......
Customizing the setup program (Plug-in)
In a setup program, you may want to customize some actions......
How to read in a text or CSV file?
This help page explains how to read the content of a text or CSV file....
Sitemap file for Google
To better analyze the content of the sites, the search engine of Google is using an XML file named "Sitemap" (if it is available)......
Remote WEBDEV administrator: Managing statistics
The remote WEBDEV administrator proposes a module for consulting the statistics regarding the traffic of your dynamic WEBDEV sites (standard and AWP) and Webservices deployed on a WEBDEV Application Server....
User Groupware
A Windows application, an Internet or Intranet site require to define the role of different contributors......
Tab order in a window, a page, etc.
The tab order of the controls found in a window or in a page describes the order in which the controls take focus in a window when the user presses the [Tabulation] key......
Additional setup modules
The setup wizard allows you to include additional modules in the setup. The additional modules are used to add additional options to the setup program and to access the advanced setup parameters....
User Control Center: Overview
The User Control Center is used to manage the applications deployed on a company network....
Using offline sites
WEBDEV allows you to specify that a site or a set of pages can operate in off-line mode (without an Internet connection)....
fAddText (Function)
Adds the content of a character string at the end of a file.
WithClosingButton (Property)
The WithClosingButton property is used to: Determine whether all the tabs of a Dynamic Tab control have a Close button. Show a Close button in all the tabs of a Dynamic Tab control....