ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Glossary
The glossary lists all the abbreviations used in the code editor......
Sort (Function)
Sorts a WLanguage array.
WDReplic: Overview
WDReplic is a tool used to manage the replication of data between several computers that use the same application......
Generating and deploying 64-bit applications
WINDEV allows you to automatically generate and install a 64-bit application.
GuidedTourStep (Type of Variable)
The GuidedTourStep type allows you to define all the advanced characteristics of a step of a guided tour.
Multi-product external components
Components are a remarkably useful tool for development teams......
HFilterIdentical (Function)
Defines and enables a filter used to find the exact value of a string item.
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......
HFSQL Client/Server database: Recommendations
This help page presents the main recommendations for optimizing the security and performance of an HFSQL Client/Server database according to the constraints and desired features......
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.
Setup on a local network (LAN)
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)...