ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Window>.EdSelectPlus (Function)
Selects a control when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
WinEdSelectOccurrence (Function)
Indicates the number of controls selected when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
Information about a control found in a window or in a page
The window editor and the page editor allow you to get information about the controls used.
WinEdSelectPlus (Function)
Selects a control when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
WinEdSelect (Function)
Returns one of the controls selected when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
<Window>.EdSelectMinus (Function)
Deselects a control when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
<Window>.EdSelectOccurrence (Function)
Indicates the number of controls selected when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
<Window>.EdSelect (Function)
Returns one of the controls selected when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
Using the Wi-Fi
WINDEV and WINDEV Mobile propose the WiFi functions to easily access the Wi-Fi networks......
ShellExecute (Function)
Opens a document in its associated application.
HStatCalculate (Function)
Performs various statistical calculations on the file keys.
YAML (Type of variable)
The YAML type simplifies the handling of data in YAML format.
Splitting Business logic / UI code
During the development cycle of an application, the code that is specific to the interface (UI) and the code that is specific to the business logic (access to databases, etc.) are often "mixed"...
Android 11: Changes in the behavior of applications
After each new version of Android is deployed, Google requires a higher target API level ("TargetSdkVersion") to publish applications on Google Play...
Keyboard Variable (Using physical keyboards on Android)
The Keyboard variable makes it possible to retrieve the parameters of the events of a physical keyboard......
ExtractString (Function)
Allows you to: extract a substring from a string based on a specified string separator. search for substrings in a string based on a specified string separator....
Today (Function)
Returns or modifies the system date (date of the day defined on the current computer).
Managing the programming errors
The security mechanism of WLanguage is enabled when a programming error occurs in an application......
HReadFirst (Function)
Sets the position on the first record according to a browse item.
Dynamic array (Type of variable)
A dynamic array is an "advanced" type of array...
HLockRecNum (Function)
Locks a record and restricts the access to this record for all the other applications.
Managing the certificates
Signing a file allows you to check that the file was not modified or altered since it was signed. The signature also allows you to check the issuer identity....
16. Types of code
Handling a Conceptual Data Model (CDM)
The main operations that can be performed on a CDM are as follows......
zipChangePath (Function)
Modifies the stored path of a file in an archive (in ZIP, WDZ or 7z format).
WDReplic: Overview
WDReplic is a tool used to manage the replication of data between several computers that use the same application......
I was using C with WINDEV 5.5. How to proceed in WINDEV 2024?
You have the ability to use external languages with WINDEV......
ThreadWaitSignal (Function)
Locks the current thread until it receives a signal from another thread.
System constants
List of constants used by the system functions....
Configuring the assisted universal replication
If your application uses the assisted universal replication via a file......
Partial indexing of memos
You now have the ability to index the content of a text memo item......
Background (Type of variable)
The Background type defines the advanced characteristics of the element background.
Connected objects: Android Wear
Android Wear is the version of the Android operating system dedicated to the connected objects......