ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Setup on a local network (LAN)
sysNotificationButton (Type of variable)
The sysNotificationButton type is used to define all the advanced characteristics of Button control in an interactive notification.
WDConver : Overview
WDConver is a tool used to convert data to an HFSQL Classic data file from......
Burning a CD/DVD
Several WLanguage functions are used to burn the CDs or DVDs......
3. Preparing the setup program
WINDEV Tutorial: Using an HFSQL Client/Server database Lesson 3 - Preparing the setup program - 5 min...
JSON
JSON (JavaScript Object Notation) if a light format for exchanging data......
Glossary
The glossary lists all the abbreviations used in the code editor......
Reduce (Function)
Applies a computation to each element of a WLanguage array.
PopupDisplayPage (Function)
Displays a WEBDEV page as a popup in the current page with a DDW (Dim Disabled Windows) effect.
List of reserved words
BREAK statement/"BREAK:" label
The keyword BREAK can correspond: to the BREAK statement: it allows you to exit a set of instructions and run the rest of the current process. to the BREAK label: it allows you to declare a section of code in a loop. This code will be run when exitingfrom the loop with a "BREAK" statement....
ArrayDeleteDuplicate (Function)
Deletes the duplicates from an array.
HFilterIdentical (Function)
Defines and enables a filter used to find the exact value of a string item.
TreeExpand (Function)
Expands a node in a TreeView control.
Scanner (Type of variable)
The Scanner type is used to handle the information from a scanner.
WDTrans: Overview
WDTrans is a tool for canceling transactions......
InUMCMode (Function)
Indicates whether the code is run from a code written in a user macro-code.
WinEdDo (Function)
Runs an action (defined programmatically) and enables Undo/Redo operations on this action....
Events associated with a Native Container control
WINDEV and WINDEV Mobile manage the following events by default (order of appearance in the code editor)...
HErrorModification (Function)
Used to: return the value of a record item if a modification conflict occurs. check if a modification conflict occurred....
Constants for managing errors and exceptions
List of constants used by the functions for managing errors and exceptions....
Running the test of the User Groupware and installing it
Push notification
A mobile device can receive push notifications......
Automatic error handling
Error handling can be customized for each process......
HFSQL Client/Server: Principle for saving the databases
Like for any database, backups of your HFSQL Client/Server databases must be performed on a regular basis......