ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Item Description (Type of variable)
An Item Description variable is used to describe one or more items in a data file programmatically.
EmailProgressBar (Function)
Manages a progress bar while sending and receiving emails.
diagConnector (Type of variable)
The diagConnector type is used to define all the advanced characteristics of a connector in a diagram.
Project Management Hub: Managing contributors
Contributors are the people who take part in one or more projects......
Static audit
The static audit is a feature of the environment that analyzes a project to detect potential issues and suggests improvements......
Share your projects via Git
Git is a source code manager......
Project Management Hub: Spool of requests
The Project Management Hub is used to define spools of requests......
The email structure
The email structure is a preset structure of WLanguage (no declaration is required)......
iPrintReport (Function)
Prints a report created with the report editor.
List,Get (External language)
Retrieves the value of a given element or the value of the selected element in a drop-down list or in an expanded list.
PageWriteHeaderHTTP (Function)
Adds an additional HTTP header that will be returned to the browser: during the next function for page display (PageDisplay, PageRefresh, ...), during the automatic return of the current page at the end of the current action....
CursorPos (Function)
Returns and modifies the position of the mouse cursor.
ContactDisplay (Function)
Opens the form of a contact in the device's native contacts application (Android, iPhone or iPad, Universal Windows)....
Configuring an existing project for the SCM
Some operations are required before an existing project can be used by the Source Code Manager......
Displaying a report in HTML format in the browser of the Web user
To display a report in HTML format in the browser of the Web user, you must......
Encrypt (Function)
Encrypts a character string in binary format or in ASCII format.
2. WEBDEV administrator in practice
OpenSSLCheck (Function)
Checks, via a public key, that the signature of data performed with the OpenSSL library is correct.
WinEdDo (Function)
Runs an action (defined programmatically) and enables Undo/Redo operations on this action....
HOptimize (Function)
Used to handle the idle periods of a software (period without processes) to optimize the queries and the browses that will be run thereafter.
NetOpenRemoteAccess (Function)
Establishes a remote connection.
Step 4: Starting the print
To start the print job, simply use iEndPrinting......
Android 10: Modifying the behavior of applications
Starting with Android 10, Google no longer allows an application running in the background to open a window
AddVoiceCommand (Function)
Adds a voice command into the current window. From version 17, this function is replaced with SpeechRecognitionAddCommand.
WinEdDeclareUndo (Function)
Declares how to cancel an action that was added by WinEdDo.