ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

BarCodes (Type of variable)
The BarCodes type is used to handle the information found in a bar code.
Sending and receiving emails
WINDEV, WEBDEV and WINDEV Mobile allow you to directly manage the emails from your applications......
Managing the automatic identifiers when adding a record
When adding a record into a HyperFileSQL file (HAdd), three management modes are available for the automatic identifiers......
Creating an update query
An Update query (SQL UPDATE statement) is used to modify the records in a database file......
Events associated with a Navigation Bar control
Managing threads
WINDEV and WINDEV Mobile propose several functions used to perform an advanced management of threads....
CriticalSectionEnd (Function)
Marks the end of critical section: the code will be run by another thread.
Analysis shared between earlier WINDEV applications and WINDEV 2024 applications
An analysis can be shared between a WINDEV application......
Code style
A code style is used to automatically prefix the name of all the variables and project elements (windows, report controls, classes, etc....
WDMap: Modifying the display mode of records
By default, WDMap displays the records found in a data file by using the following rules......
Deploying an application that uses an external component
An application that uses one or more external components is deployed in the same way as a standard application......
The Multiline Zone control
The Multiline Zone control is used to easily create interfaces in iOS style....
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.
HTMLBefore (Property)
The HTMLBefore property gets and changes the HTML code added before the control.
Transactions in SQL
Starting with version 21, you can manage transactions in SQL code......
<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.
WLanguage procedure called by inAppListPurchase
Procedure ("Callback") called by inAppListPurchase when the list of purchases made is received.
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.
HTMLFindElementByTag (Function)
Searches for elements that correspond to a tag in an HTML document (or an HTML node).
CurrentPage (Function)
Returns the name of the page containing the WLanguage code currently run.