ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

USBListDevice (Function)
Returns the list of USB devices currently plugged into the current computer.
TreeInfoXY (Function)
Returns the TreeView element found at a given position.
Constants for the assisted replication
List of constants used by the functions for the assisted replication....
gglDrive (Type of Variable)
The type gglDrive allows handle Google Drive. To use a Variable of type gglDrive , it is necessary to connect to Google Drive via the function gglDrive Connect.
NotifAdd (Function)
Adds a notification to the system bar (Android) or notification center (iOS).
Explicit conversion operator for advanced types
The instances of a variable derived from a base advanced type can be manipulated using a variable of the base type.
PageRefresh (Function)
Refreshes a page displayed in the user's browser from the context on the server....
OBEXListFile (Function)
Lists the files shared by a device that is using the OBEX protocol.
HModifyUser (Function)
Modifies the information about a user according to the elements found in the corresponding variables for user management.
<Image editor>.Create (Function)
Creates an image in the Image Editor control.
<Image editor>.Close (Function)
Closes the image found in an Image Editor control.
<Image Editor>.Save (Function)
Saves the image displayed in the Image Editor control.
<WDPic variable>.Save (Function)
Saves the image contained in a WDPic variable.
<Array>.Reduce (Function)
Applies a computation to each element of an array.
<Array>.Filter (Function)
Returns an array containing the elements of a source array for which a procedure returns True.
<Array>.Map (Function)
Executes a procedure on each element of a source array and returns the results in a WLanguage array.