ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Managing ports (serial ports, parallel ports, USB ports, etc.)
Several devices can be managed directly via a management of the ports used by these devices to communicate with the computer......
<emailPOP3Session variable>.NbMessage (Function)
Returns the number of incoming messages on the email server (POP3 protocol only).
<emailPOP3Session variable>.StartSession (Function)
Starts a POP3 session.
<EmailPOP3Session variable>.GetAll (Function)
Retrieves all the emails found on a POP3 server.
<emailPOP3Session variable>.CloseSession (Function)
Closes a POP3 session.
Modbus constants
Constants used by the Modbus management functions....
Constants for encryption/compression
List of constants used by the encryption/compression functions...
Dashboard constants
Constants used by the functions for managing Dashboard controls...
TreeView constants
List of constants used by the TreeXXX functions...
Constants for managing Toolbar controls
List of constants used by the Toolbar control management functions...
Use WebSockets with the WebSocket server
The WebSocket protocol provides a communication channel over a TCP socket for browsers and Web servers......
Thread (Type of variable)
The Thread type allows you to define all the characteristics of a thread.
Constants for managing fonts
List of constants used by the functions for font management....
SysPowerStatus
Used to get various information about the battery (main or secondary) of the device on which the application is running.
Modbus
Modbus is a "field" (industrial and/or restricted environments) communication protocol created in 1979......
Chart constants
List of constants used by the functions for chart management....
restRequest (Type of variable)
The restRequest type is used to define the advanced characteristics of a REST request.
xpathResult (Type of variable)
The xpathResult type is used it find out the result of the execution of an XPATH query.
saasVisit (Type of variable)
The saasVisit is used to find out all the characteristics of a SaaS user's visit....
The Captcha control
The "captcha" are the distorted texts that the Web user must decode and re-enter in a site before validating a form....
iOutputInfo (Type of variable)
The iOutputInfo type is used to get the details of a report print or export job, or the details of a print job performed programmatically from the report viewer.
iCloud constants
The iCloud constants are as follows:
mongoOperation (Type of variable)
The mongoOperation type is used to define the different operations to be performed in bulk. These operations are stored in an array of mongoOperation variables.
mongoOperationDeleteOne (Type of variable)
The mongoOperationDeleteOne type is used to define all the advanced characteristics of a document delete operation that will be added to a bulk operations list. The first document that matches the filter will be deleted.
mongoOperationsOption (Type of variable)
The mongoOperationsOption type is used to define the options of bulk operations.