ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

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.
HTMLFindElementByTag (Function)
Searches for elements that correspond to a tag in an HTML document (or an HTML node).
ErrorAsynchronous (Function)
Displays a custom error message in a non-blocking system error window.
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....
fSizeUncompressed (Function)
Returns the size of a file before compression. When a file is decompressed by fUncompress, we recommend that you to compare the non-compressed size of file with the available disk space.
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.
<TreeView>.Identifier (Function)
Returns the identifier associated with an element (node or leaf) in a TreeView control.
<TreeView>.ListItem (Function)
Lists the "children" of a node and the "child" elements of these "children" in a TreeView control.
<TreeView>.Find (Function)
Finds an element (leaf or node) in a TreeView control and returns its path.
<Organizer>.Mode (Function)
Returns the display mode of an Organizer control: day, week, month, ...
WLanguage procedure called by SocketConnect
WLanguage procedure written in browser code ("callback"), called by SocketConnect.
HTMLInsertFirstChild (Function)
Adds a child at the start of the children of the current node in an HTML document.
InWebSocketServerGlobalServiceMode (Function)
Indicates if the current code is being executed on the global service of the WebSocket server.
<Source>.ChangeLocation (Function)
Modifies the search mode of physical data files (.FIC, .NDX, ...).
CurrentPage (Function)
Returns the name of the page containing the WLanguage code currently run.