ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Installing the monitor
The monitoring robot includes three executables......
AIDetectModel (Function)
Runs a trained neural network model on an image. This function allows you to use artificial intelligence to detect objects in an image.
Transactions in SQL
Starting with version 21, you can manage transactions in SQL code......
Constants for managing Toolbar controls
List of constants used by the Toolbar control management functions...
Associating documents with the project
To describe a project in detail, you can associate documents with it......
Error 113: Non-dynamic array without definition
AppleAdvertisingIdentifier (Function)
Returns the device's advertising identifier (iOS only)....
fFileExist (Function)
Checks the existence of an external file.
OpenAPIToHTTP (Function)
Builds the HTTP request to call a function of an API. It can then be sent using HTTPSend.
Handling the report blocks through programming
Each report block is associated with different events......
Importing/Exporting a dictionary
WDTRAD allows you to import and export a dictionary......
grDestinationWMF (Function)
Defines a meta file as chart destination.
PicClose (Function)
Closes the image found in an Image Editor control.
Relationships in a CDM
The relationships are used to link entities among themselves or to link associations to entities......
RTFAddLink (Function)
Adds a link to a text section in an RTF Edit control.
SaaS administrator - Managing the subscriptions
The SaaS subscriptions are used to make a SaaS site available to a client account......
Positioning marks in the code
The positioning marks are used to "tag" specific lines of code......
Confirm (External language)
Displays a dialog box that includes a logo, a message, the "Yes", "No" and "Cancel" buttons ans returns the button validated by the user.
AAFContextMenuToString (Function)
Returns the list of options in the context menu actually displayed by the control.
DictionaryLoad (Function)
Indicates and loads the dictionary corresponding to a given language.
TreeCollapseAll (Function)
Collapses a branch previously expanded (as well as its child elements).
WLanguage procedure called by WebSocketClientConnect
WLanguage procedure ("callback") called by WebSocketClientConnect when the connection to the server is established.
WLanguage procedure called by WebSocketClientConnectSSL
WLanguage procedure ("callback") called by WebSocketClientConnectSSL when the connection to the server is established.
Adding files into a replication (ReplicEdit)
When the replication is described, the data files must be added into the replication......
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....