ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Managing sockets with WINDEV, WEBDEV and WINDEV Mobile
WINDEV, WEBDEV and WINDEV Mobile include several functions allowing you to perform an advanced management of sockets......
notificationAction (Type of variable)
The notificationAction type is used to describe an additional action associated with a notification.
XamlProperty (Function)
Used to find out and modify the value of a .Net property for an Xaml control or for a Carousel control.
Merge (Property)
The Merge property is used to merge the cells of a Table or TreeView Table control.
BLOCK
The <BLOCK> keyword is used in the code editor to declare custom blocks of code. These blocks of code are used to highlight the different steps of an algorithm and to group the declarations of variables or members.
Group (Property)
The Group property is used to: find out whether the control belongs to a group of controls. If the control belongs to one or more groups, the Group property can be used to identify these groups of controls. associate a control with a group of controls....
Automatic procedures
The programming of timers, threads and delayed procedures is now automatically managed by the environment......
HTMLControlValue (Function)
Used to identify or modify a control in an HTML form contained in an HTML Display control.
HWrite (Function)
Writes a record into a data file without updating the indexes corresponding to all keys used in the file.
Error 2109: You are using the ObjectInfo function
Character string: How to extract, remove and replace words?
This page presents the main operations that can be performed on a character string....
mqttSession (Type of variable)
The mqttSession type is used to define the parameters for connecting to the MQTT broker.
4. UI: Windows
IU of windows...
How to manage a multi-selection in a Table control?
This help page explains how to manage a multi-selection in a Table control....
The "Find - Replace" pane
The "Find - Replace" pane is used to......
'Image gallery' Looper control
The "Image gallery" Looper control is used to manage the display of a set of images without programming......
Managing actions with Undo/Redo
WINDEV allows you to easily manage the Undo/Redo feature in your applications with the ActionXXX functions......
DelayBeforeClosing (Function)
Limits the display duration of a window or dialog box. If no user action is performed, when the specified amount of time is reached: for a window, the code of a window button will be run. for a dialog box, the dialog box is automatically closed....
Testing a Mobile application
By testing the project you can simulate how the application will run when launched by the user......
Optional events: Information retrieved (Java and Android)
WINDEV and WINDEV Mobile allow you to add optional events to the ones proposed by default for the different application elements......
notificationFormat (Type of variable)
The notificationFormat type is used to describe the display format of a notification when this one is expanded.
How to loop through the files of a directory?
This help page presents the different methods that can be used to loop through the files of a directory....
Variables for managing the Drag and Drop
MyFile (Reserved word)
In a trigger, MyFile is used to identify the file that activates the trigger...
ConfigureAAF (Function)
Used to specify the behavior of some Automatic Application Features (AAF).