ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SeriesColor (Property)
The SeriesColor property is used to: Find out the color of a series in a chart. Modify the color of a series in a chart....
gpwOpenConnection (Function)
Opens a connection to a specific Client/Server database to manage the files of user groupware in Client/Server mode....
Distributing Reports & Queries
This help page presents the operations that must be performed in order for a WINDEV application to be handled by Reports & Queries......
AutomaticTextColor (Property)
The AutomaticTextColor property is used to identify and change the color to be used for the text of the elements that use the "automatic" color.
Native SQL Server Connector: Programming with SQL functions
The SQL functions can be used to handle the SQL Server database......
PageDisplayDialog (Function)
Displays a page in modal mode. This function is used to establish a dialog with the user. The page is displayed in the foreground while the opening page is displayed in the background, grayed by the DDW mechanism.
Sharing internal components (via SCM)
An internal component is a set of elements from a project......
10. Internal component
Internal component...
Error 31: The file to include is not found. Check the name and path ...
Debugger: Running a project step by step
Running a project step-by-step allows you to start the debugger when launching the application......
Storing the breaks in the Table/Looper controls (AAF)
When end users work on a complex Table or Looper control with multiple breaks, they may want to save the current layout......
AppInstallUPD (Function)
Triggers the automatic update of current application.
Adding an element to the SCM repository
When an element is added to the SCM (Source Code Manager) repository, it is added to the reference project on the SCM server......
Checking out an element
To work on a project element found in the Source Code Manager, you must check out the element before it can be modified......
Voice commands in your applications
The applications that you develop can react to the user's voice......
WINDEV Mobile: Sharing WINDEV elements
The same WINDEV elements (analysis, queries, ...) can be used in a WINDEV application and in a WINDEV Mobile application......
<Connection variable>.ModifyDatabaseRights (Function)
Modifies the rights granted to a user or to a group for a HFSQL Client/Server database....
HModifyDatabaseRights (Function)
Modifies the rights granted to a user or to a group for a HFSQL Client/Server database....
5. Deploying a dynamic site (Session or AWP) in practice
Software Factory: Setup
To use the software factory, a coordinator must be installed on a computer as well as the different robots that will perform the tasks found in the action plans....
Unicode in character strings
UNICODE is an encoding system that assigns a unique number to each character....
Data persistence
The data persistence is used to store the value typed by the user......
Universal Windows 10 App applications: Required configuration
To develop Universal Windows 10 App applications with WINDEV or WINDEV Mobile, you must......
Uploading and downloading files on Internet (WINDEV FTP and RPC)
Several methods can be used to upload and download files by Internet......
2. Analysis in practice