ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

10. UMC: User Macro-Code
WiFiListNetwork (Function)
Returns the list of Wi-Fi networks configured on the device.
Constants for managing Table, Treeview Table, Looper and List Box controls
List of constants used by the functions for managing Table, TreeView Table, Looper and List Box controls....
AAFs available for numeric edit controls
The numeric edit controls propose several AAFs (Automatic Application Features): a context menu proposing the "Calculator" option. the ability to modify the control value with the mouse wheel....
The different types of Table controls: populated programmatically, with or without access to the data source
WINDEV, WEBDEV and WINDEV Mobile allow you to use......
Software license agreement
WINDEV Express license agreement...
ERR_MAX_CONNECTION
...ERR_MAX_CONNECTION...
ERR_OUT_OF_MEMORY
Insufficient memory to perform the operation. ERR_OUT_OF_MEMORY (13)...
Stand-alone executable
The executable will be stand-alone if the following elements are included in the executable......
Modifying the query content
The queries are used to easily select the records coming from one or more files, matching one or more selection criteria, ......
SCM: Check-in policy
The SCM gives you the ability to define a check-in policy......
Testing a dynamic project from the administrator
Running the test from the WEBDEV administrator (WDAdmin) is used to check ......
Mechanism of specific exceptions
A process of specific exception is used to process a risky code (which means a code that could trigger an exception)......
Check: Connectivity to the external databases (by ODBC)
The monitoring robot will attempt to connect to an external database (MySQL, SQL Server, ......
Check: Disk space by SNMP
The monitoring robot retrieves the available disk space via an SNMP agent......
Error 1021: The method of the class is not global
Error 1: Syntax error
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....
OpenSister (Function)
Opens a non-modal sibling window.
WDMap: Characteristics of the files found in a database
WDMap is used to get various characteristics specific to......
WDSQL: Database structure
WDSQL is used to find out the structure of the accessed database......
HActivateServerTrigger (Function)
Re-enables a server trigger that was disabled by HDeactivateServerTrigger.
DDE errors
When a DDE function fails (returns False for example), ErrorInfo allows you to find out the number of the corresponding error]......
Pull to refresh (Android/iOS): Window, Table and Looper controls
The "Pull to refresh" feature allows the user to "pull" a Table control, a Looper control or a window in order to refresh its content......
Background tasks
Continuing to run a process when the application is in background is very useful on mobile......