ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

User Groupware: Configuring the application
Once the User Groupware is configured, the configuration of users and accesses is performed at runtime, by connecting with a "supervisor" account......
iVPos (Function)
iVPos is kept for backward compatibility.
iHPos (Function)
iHPos is kept for backward compatibility.
Filtering the headers and the content of a Pivot Table
By default, the entire data found in the data files is taken into account when calculating the content of a Pivot Table control......
AAF: Handling the columns of a Table control
The Table controls displayed in a window allow the end user to perform several operations......
3. Deploying a WINDEV application
Software Factory: Administrator options
Several options can be configured in the Software Factory administrator......
Push notification: Android configuration (Google Cloud Messaging)
To use the Push notifications in Android, you must have a Google account and you must perform a specific configuration......
Process (Property)
The Process property is used to modify the processes to be executed by the events available on a control, window, page, report, etc.
Selection (Property)
The Selection property is used to get the characteristics of the selection (or cursor): in a Word Processing control. Remark: This selection is in the section being edited in the control (body, header or footer). in a Spreadsheet control. in an HTML Editor control. in a Diagram Editor control....
The Organization Chart control
The Organization Chart control is used to represent elements in a hierarchical way. For example: the contributors of a company according to their position. the different branches of a group with their inter-dependencies. the different steps of a manufacturing process, ......
.NET object
To access a class......
xlsNbColumns (Function)
xlsNbColumns is kept for backward compatibility only.
Changing the window content by swipe
The mobile devices propose several features available via finger movements......
Error 507: The '++' operator is not allowed
Data model editor: types of links
Several types of links can be found between the files......
FTPCommand (Function)
Sends a specific FTP command to a server.
RGBGreen (Function)
Returns the green component of an RGB color.
RGBRed (Function)
Returns the red component of an RGB color.
RGBBlue (Function)
Returns the blue component of an RGB color.
Configuring the assisted universal replication
If your application uses the assisted universal replication via a file......
Sequence of events associated with reports
Several operations are performed when printing a report. These operations are performed in the following order......
SCM administrator: Managing the repository
The SCM administrator (Source Code Manager) allows you to directly handle the source codes of different projects included in the Source Code Manager......
LooperToXML (Function)
Creates an XML file with data from a Looper control (Looper control based on a data file or populated programmatically).
FileDisplay (Example)
Usage example of the FileDisplay function