ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

EventChange (Function)
Modifies the status of an event.
1. Installing an application on Android, iOS, etc.
There are multiple methods to install a WINDEV Mobile application...
ArraySort (Function)
Sorts a WLanguage array.
aiNeuralNetworkModel (Type of variable)
The aiNeuralNetworkModel type is used to define all the advanced characteristics of a neural network used by AIDetectModel.
WLanguage properties of Internal Window controls
List of WLanguage properties of Internal Window controls...
Project (External language)
Opens and runs a WINDEV project.
AppleAdvertisingIdentifier (Function)
Returns the device's advertising identifier (iOS only)....
Installing the monitoring robot
The monitoring robot includes three executables......
rssChannel (Type of variable)
The rssChannel type is used to handle a RSS channel...
HCreateView (Function)
Creates an HFSQL view. This function uses the former view mechanism....
gglEvent (Type of variable)
The gglEvent type is used to describe and modify an event of a calendar...
zipExtractDirectory (Function)
Automatically extracts and decompresses files from a directory in the file tree of an archive to a physical location.
Installing a Webservice (old format)
Managing rights on HFSQL Client/Server
To ensure data security and confidentiality, some actions may be restricted to a group of users......
ToolTip (Property)
The ToolTip property gets and changes the tooltip text.
HAlias (Function)
Creates a logical alias of a data file (or query) or cancels all existing aliases.
HReadLast (Function)
Sets the position on the last record of a data file according to a browse item.
User Groupware (WINDEV and WEBDEV): Options and settings
An application is often intended to be used by several users connected via a network......
JWTParameters (Type of Variable)
The JWTParameters type allows you to define all the information necessary to perform JTW authentication.
HCross (Function)
Crosses a record in a data file.
Layout control properties
You can manipulate Layout controls (and its cells) in a window or page using the following WLanguage properties......
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....
TableDeleteAll (Function)
Deletes all rows from: a Table control populated programmatically, a TreeView Table control populated programmatically, a table displayed in a Combo Box control....
BitmapInfo (Function)
Retrieves the characteristics of an image file or the characteristics of a PDF file : format, width and height, number of bits per pixel....
Programming charts
WINDEV, WEBDEV and WINDEV Mobile include a Chart control (that can be used in the window editor, page editor and report editor) as well as several functions used to create and handle charts......