ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Creating an executable
Once the development of your WINDEV application is completed (windows, reports, queries, etc....
ErrorWithTimeout (Function)
Displays a custom error message in a system error window for a set amount of time.
<emailNotesSession variable>.SendMessage (Function)
Sends an email using the Lotus Notes protocol.
EmailSendMessage (Function)
Sends an email using a given protocol (SMTP, MS Exchange, Lotus Notes, Outlook).
Installing the robot controller
The monitoring robot includes three executables......
HOpenConnection (Function)
Opens a connection to a specific database.
Confirm (Function)
Displays a message in a standard dialog box that proposes "Yes", "No", "Cancel" and returns the user's choice....
Handling a Tab control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Tab control through programming......
Native AS/400 Connector
WINDEV and WEBDEV include an optional module to access AS/400 databases......
Share your projects via Git
Git is a source code manager......
Error (Function)
Displays a custom error message in a system error window.
Flexible modeling editor
The flexible modeling editor allows you to easily create a "non-restricting" and "flexible" modeling, entirely included in the environment......
Window controls
Several types of controls can be used in a window, ......
Control Centers: Working in offline mode
When working on a laptop computer or on an offline computer, you may want to continue working with the data found in the Control Centers (schedule management, quality management, etc....
The groups of controls
A group of controls is a set of controls grouped together in order for their characteristics (their visible status for example) to be modified (or checked) in a single operation by programming......
<Connection variable>.OpenConnection (Function)
Opens a connection to a specific database.
SCM: Management of branches
The management of branches is used to manage several versions of the same application in parallel......
Managing the Windows scheduler
Windows gives you the ability to schedule automatic tasks via the manager of scheduled tasks......
Conversion (Function)
Converts a value from a unit to another one.
HCheckStructure (Function)
Defines the mode for comparing data files.
XMLNext (Function)
Positions on the next element (tag or attribute).
XMLPrevious (Function)
Positions on the previous element (tag or attribute).
Describing the replication (ReplicEdit)
ReplicEdit is used to create a replication via a wizard, but the replication description window allows identifying or configuring additional parameters......
SQL set operations: UNION, UNION ALL and INTERSECT
SQL allows performing set operations on groups of files......
Composite variable
A composite variable contains different types of elements (members)...