ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Error 705: The property does not exist on this type
MongoExecuteCommand (Function)
Runs a generic command on a MongoDB database or on a MongoDB collection.
USING IN (Critical section)
The statement USING ... IN makes it possible to automatically perform initialization and ending operations on critical sections.
SysYRes (Function)
Returns the vertical screen resolution.
FinNetCurrentVal (Example)
Usage example of the FinNetCurrentVal function
dRectangle (Example)
Usage example of the dRectangle function
TableToExcel (Function)
Creates an Excel file with the data from a Table or TreeView Table control.
5. Swipe gestures in a window
WINDEV Mobile Tutorial: Developing an Android and iOS application Lesson 5 - Swipe gestures in a window - 20 min
Enabled (Property)
The Enabled property enables or disables an element.
Version (Property)
The Version property is used to get and change the version of an element.
MenuAddURLOption (Function)
Adds a new option after the last option of a drop-down or context menu. This menu option opens the page that corresponds to the specified URL.
XamlEvent (Function)
Associates a procedure written in WLanguage with an event of Xaml control.
dCopyScreenImage (Function)
Copies the screen content to an Image variable or to an Image control.
Error 704: The property does not exist on
SSHDisconnectShell (Function)
Closes an SSH session that was opened by SSHConnectShell.
SSHWrite (Function)
Writes data into the specified SSH session.
iAddBookmark (Function)
Adds a bookmark in the report viewer or when exporting to PDF.
Error 1037: This member already exists in the structure
fStopCompress (Function)
Stops the operation used to compress or decompress a file.
WindowsVersion (Function)
Returns the runtime mode of Windows.
SysSpace (Function)
Returns the physical memory space for the current computer.
sEndEvent (Function)
Disables the detection of an event on a serial port.
Serial and parallel port management functions
List of functions for managing serial and parallel ports...
ListDLL (Function)
Returns: at runtime: the list of libraries (".DLL" files) used by the current WINDEV or WINDEV Mobile application or by the current WEBDEV site. Only the libraries loaded in memory are listed. in test mode: all the libraries installed on the current computer....
dCircle (Example)
Usage example of the dCircle function