ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

MenuState (Function)
Identifies the state of a menu option (context menu or drop-down menu): active, inactive or invisible.
FullScreen (Function)
Enables or disables the full-screen mode in the applications in Universal Windows 10 App mode.
ModbusWriteRegister (Function)
Writes one or more registers (16-bit values) to a Modbus slave, starting at a specific address.
<modbusSession>.WriteRegister (Function)
Writes one or more registers (16-bit values) to a Modbus slave, starting at a specific address.
<Source>.NoModif (Function)
Forbids all the modifications on a data file (for all the programs, including the one that requested the no-modification policy).
AppControl (Function)
Enables (or disables) the remote control for the current multi-user WINDEV application. This is an advanced function.
WiFiSelectNetworkCard (Function)
Selects the Wi-Fi network card that will be used for the next calls to the WiFi functions.
HNoModif (Function)
Forbids all the modifications on a data file (for all the programs, including the one that requested the no-modification policy).
<Image>.Rotation (Function)
Rotates an Image control.
Year (Property)
The Year property is used to: Get the year from a Date or DateTime variable or item. Change the year in a Date or DateTime variable or item....
MapGetImage (Function)
Retrieves the image of a map displayed in a Map control. The markers and the itineraries displayed on this map will also be found in the image.
Interface
An interface is used to divide the uses of features common to several elements from their implementations, which simplifies their re-usability.
<Map>.GetImage (Function)
Retrieves the image of a map displayed in a Map control. The markers and the itineraries displayed on this map will also be found in the image.
<aiNeuralNetworkModel variable>.Detect (Function)
Runs a trained neural network model on an image. This function allows you to use artificial intelligence to detect objects in an image.
Creating a multilingual help system
The help editor allows you to easily create a multilingual help system......
Error 810: * can only be used for a parameter with a default value
Project Management Hub: Configuration
All contributors must provide details about their work schedule so that project management tools reflect reality......
<WDPic variable>.MergeLayer (Function)
Merges the layers of a WDPic image.
PicMergeLayer (Function)
Merges the layers of a WDPic image.
ConfirmAsynchronous (Function)
Displays a non-blocking message in a standard dialog box with the answers "Yes", "No", "Cancel" and calls a WLanguage procedure with the user's response....
How to create an SQL query to filter records?
This help page explains how to create an SQL query to filter records....
Generating a class diagram
The generation is used to create the WINDEV classes ("......
Date (Type of variable)
The Date type enables you to easily handle the dates...
Characteristics of a PCL print
The result of a PCL print mainly depends on the technical features of the printer used (management of images and lines, management of fonts, ......
Minute (Property)
The Minute property is used to: Retrieve the minutes from a Time or DateTime variable, or the number of minutes from a Duration. Change the minutes in a Time or DateTime variable, or the number of minutes in a Duration. Retrieve the minutes or the number of minutes from a Date item (in "Date and Time" or "Duration" format) or from a Time item. Modify the minutes or the number of minutes in a Date item (in "Date and Time" or "Duration" format) or in a Time item....