ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Installing a WEBDEV site with zero-downtime update
Starting with version 24, you can update a Session or AWP site without disconnecting users......
Looper control based on a data file
This type of Looper control uses data from a data file or query......
HCancelBackup (Function)
Cancels a current backup.
The Repositionable Note control
The Repositionable Note control allows you to include the famous yellow sticker in your applications......
Typing multilingual texts
For a multilingual application, you have the ability to......
Compile
The Compile keyword can correspond to: the Compile function, which dynamically compiles a procedure whose source code is specified.. the <COMPILE IF> statement, which allows you to compile WLanguage code according to a condition (mainly used to compile code according to a platform or configuration type)....
<sshSession variable>.DisconnectShell (Function)
Closes an SSH session that was opened by SSHConnectShell.
<sshSession variable>.Read (Function)
Reads the data found on the output buffer of the SSH session.
Project managers: How to manage a development project?
The Control Centers in WINDEV, WEBDEV and WINDEV Mobile provide project managers with several tools to manage a development project including......
WDDIXIO overview
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....
Multilingual messages: Convert to new format (version 27 and later)
WINDEV, WEBDEV and WINDEV Mobile have included multilingual project support in many previous versions......
Handling a Navigation Bar control through programming
The Navigation Bar control can be handled by programming......
The different types of sites
WEBDEV enables you to create static sites and/or dynamic sites......
TriState (Property)
The TriState property is used to: Determine if a check box option supports 3 or 2 states. Determine if a TreeView control uses 3-state or 2-state check boxes. Change the type of an option in a check box: option with 3 states or with 2 states....
GDPR: an audit of data
A new GDPR audit is available to easily identify and monitor personal data in a WINDEV, WEBDEV or WINDEV Mobile application......
Interacting with the user
WINDEV, WEBDEV and WINDEV Mobile allow you to communicate with the user via dialog boxes......
J2EE constants
List of constants used by the J2EE functions....
Search in SCM history
The search in the history allows you to perform an advanced search in the history of operations performed in the SCM......
Page Header block
The Page header block is printed on each new page......
Binding a Radio Button control to an item
A Radio Button control can be bound to an item in a data file, query, etc....
WINDEV concepts
27. Center or anchor a site horizontally
Transactions in SQL
Starting with version 21, you can manage transactions in SQL code......
Local procedure
Two types of procedures are available......