ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

LOOP statement
The statement block is repeated endlessly...
WHILE statement
In a WHILE statement, the expression is evaluated at each beginning of the block of statements...
Constructor and destructor
When creating a class in the code editor, the Constructor and Destructor methods are automatically created by default......
WEBDEV administrator: Viewing the logs
The "Logs" tab is used to see the details of logs for a specific period......
fEncrypt (Example)
Usage example of the fEncrypt function
ArrayUnion (Function)
Returns an array corresponding to the union of two arrays.
Error 701: The property is read-only
dText (Function)
Draws a text: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
Events associated with supercontrols
List of events associated with supercontrols...
Keyboard Variable (Using physical keyboards on Android)
The Keyboard variable makes it possible to retrieve the parameters of the events of a physical keyboard......
Enlarging a window
Modern UIs generally use larger windows and larger fonts in the different controls......
Constants for managing appointments
Lists of constants used to manage the appointments...
History of versions (network setup)
The setup wizard allows you to configure the history of versions during a network setup....
Image control: Operating mode of a clickable image
You can define the click actions of an Image control ("General" tab of the control description window) to make it Clickable Image control......
grDestinationWnd (Function)
Defines a window as chart destination.
Project configuration
Project configurations allow you to adapt the same project to multiple "targets"......
USBDetectRemovableStorage (Function)
Detects whether a removable storage unit (CD, USB key, USB camera, ...) was added or removed.
Handling an Upload control through programming
The Upload control is used to upload one or more files....
docTabulation (Type of variable)
The docTabulation type is used to define the characteristics of a custom tabulation.
notificationAction (Type of variable)
The notificationAction type is used to describe an additional action associated with a notification.
AuthIdentify (Function)
Performs an authentication using the OAuth 2.0 protocol on any webservice.
GglListCalendar (Example)
Usage example of the GglListCalendar function
MatWrite (Example)
Usage example of the MatWrite function
<Source>.TransactionFree (Function)
Transforms all "in transaction" records into "Normal" records if they do not belong to an ongoing transaction.
fDetectRemovableStorage (Function)
Detects whether a removable storage unit (CD, USB key, USB camera, ...) was added or removed.
notificationFormat (Type of variable)
The notificationFormat type is used to describe the display format of a notification when this one is expanded.
WDGenPage: Use in command line mode
WDGenPage run in command line is used to generate one or more semi-dynamic pages without starting WEBDEV or WDGenPage....