ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

XMLOpenReader (Example)
Usage example of XMLOpenReader
eInitCurrency (Function)
Adds or changes the characteristics of a currency in the currency exchange table.
Native xBase/FoxPro Connector
WINDEV and WEBDEV propose a Native xBase/FoxPro Connector (or Native xBase/FoxPro Access) module......
dPolygon (Example)
Usage example of the dPolygon function
dSaveImagePNG (Example)
Usage example of the dSaveImagePNG function
PageParameter (Example)
Usage example of the PageParameter function
SQLAssociate (Function)
Automatically associates each column of the query result with a control or with a variable of the application.
Importing classes and sets of procedures (text file)
From version 23, you have the ability to import existing classes or sets of procedures in text format......
Native XML Connector
WINDEV and WEBDEV allow you to import and handle a definition of XML files via the data model editor......
Environment of the window editor
The main elements of window editor are as follows:
Software Factory
The concept of software factory is used to automate the process for creating applications....
Creating a Java project
WINDEV allows you to generate a Java application without even knowing the Java language......
fCurrentDrive (Function)
Gets or sets the current drive.
XMLOut (Function)
Used to find out whether the element (tag or attribute) on which we want to be positioned is outside the XML document.
Creating an executable: WINDEV framework
Each WINDEV function is associated with a WINDEV DLL......
BTLEInitialize (Function)
Initializes Bluetooth Low Energy (required in Windows and iOS only)
Constants for managing XLS files
List of constants used by the functions for managing XLS files....
dArc (Example)
Usage example of the dArc function
iCreateFont (Function)
Creates a new print font.
Deserialize (Function)
Deserializes a buffer or a character string containing the data from a class, structure, array (including an associative array), queue, stack, list or advanced variable, as well as their subelements.
Events associated with a Signature control
The following processes are associated with a Signature control:...
CONTINUE statement/"CONTINUE:" label
The CONTINUE keyword can correspond: to the CONTINUE instruction. It allows you to go back to the beginning of the first iteration without finishing the code of the current iteration. to the CONTINUE: label. It allows you to declare a common code in a loop....
CustomMenu
The CustomMenu allows you to create a custom menu in the menu bar of WINDEV, WEBDEV and WINDEV Mobile......
HModify (Example)
Usage example of the HModify function
TableDeleteWithAnimation (Function)
Deletes a row from a Table control, from a TreeView Table control (or from a table displayed in a Combo Box control) with an animation.