ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

ERR_BAD_ACTION
WBAdminApplication (Variable type)
The WBAdminApplication type is used to define all the advanced characteristics of an application deployed on a WEBDEV Application Server.
ArrayUnionAll (Function)
Returns an array corresponding to the union of two arrays (without deleting duplicates). Warning: This feature is only available from WINDEV Suite SaaS 2025 Update 2. For more details, see Use the new features of WINDEV Suite SaaS 2025....
2. Analysis in practice
5. Custom-Folders: Organize your project
Project configurations allow you to easily define the "target" platforms of the project....
7. Custom-Folders: Organize your project
Custom-Folders: Organize your project...
TreeListItem (Function)
Lists the "children" of a node and the "child" elements of these "children" in a TreeView control.
HTMLFindElementByTag (Function)
Searches for elements that correspond to a tag in an HTML document (or an HTML node).
TreeIdentifier (Function)
Returns the identifier associated with an element (node or leaf) in a TreeView control.
Managing emails with "Simple MAPI"
Simple MAPI simplifies the management of emails received by the hosting company......
MapExecuteJS (Function)
Runs the native code of Google Maps API in a Map control in JavaScript.
9. Generation modes
WINDEV Mobile includes different types of generation......
ERR_BAD_PARAMETER
WEBDEV license agreement
WEBDEV license agreement...
CriticalSectionEnd (Function)
Marks the end of a critical section: another thread will be able to run the code.
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....
TreeFind (Function)
Finds an element (leaf or node) in a TreeView control and returns its path.
Option (Property)
The Option property is used to configure how a Bar Code control is displayed.
ErrorAsynchronous (Function)
Displays a custom error message in a non-blocking system error window.