ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

OBEXListFile (Function)
Lists the files shared by a device that is using the OBEX protocol.
<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.
gglDrive (Variable type)
The gglDrive type is used to handle Google Drive. To use a gglDrive variable, you need to connect to Google Drive using GglDriveConnect.
USBListDevice (Function)
Returns the list of USB devices currently plugged into the current computer.
PageRefresh (Function)
Refreshes a page displayed in the user's browser from the context on the server....
HModifyUser (Function)
Modifies the information about a user according to the elements found in the corresponding variables for user management.
Constants for telemetry management
Constants for telemetry management...
Browser constants
The "Executable Name".WX file is used to manage some features directly, even if these features have not been included in the application. This file is found beside the executable....
<htmlNode variable>.FindElementByTag (Function)
Searches for elements that correspond to a tag in an HTML node.
<htmlDocument variable>.FindElementByTag (Function)
Searches for elements that correspond to a tag in an HTML document.