ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Sharing your source code with the SCM
WINDEV Tutorial - An SCM for WINDEV Sharing your source code with the SCM - 30 min
ListModify (Function)
Modifies an element in a List Box, ListView or Combo Box control populated programmatically.
EmulateDialog (Function)
Emulates the next call to Dialog and automatically clicks the button passed in parameter.
gpwOpenConfiguration (Function)
Opens the User Groupware configuration window or page.
LogBackupDirectory (Property)
The LogBackupDirectory property is used to manage the backup directory of log files.
Creating and deploying a setup program: How to?
Creating the setup program allows you to deploy a WINDEV application on the end-user computers......
REP files
REP files contain the list of data files handled by the application....
Errors while managing data files
When an HFSQL function fails (returns False for example), the corresponding error number is returned by HError......
AutoRunAdd (Function)
Allows you to automatically start a WINDEV application when a specific event occurs.
Context menu of TreeView controls (AAF)
Each TreeView control found in a window proposes a popup menu to the user......
User Groupware and Client/Server data files
An application that uses the User Groupware can be used with an HFSQL database in Client/Server mode......
Managing accessibility on Mobile
On smartphones and tablets, there is an operating mode designed for visually impaired and blind users......
ZoomWithFinger (Property)
The ZoomWithFinger property is used to: determine if an Image or Camera control supports pinch zoom. enable or disable pinch zoom in an Image or Camera control....
Sharing your source code with the SCM
WEBDEV Tutorial - A Source Code Manager for WEBDEV Sharing your source code with the SCM - 30 min...
Creating the Table windows of the WINDEV RAD pattern
Creating the Table pages of the WEBDEV RAD pattern
Caption (Property)
In a database, the Caption property is used to: Find out the caption associated with a file item. Find out the caption associated with a data file. Find out and modify the connection caption. In a report, the Caption property is used to: Find out the text displayed in a Static or Link control. Modify the text displayed in a Static or Link control. In a window or page, the Caption property is also used to: Find out and modify the caption of a control in a window or in a page. Find out and modify the caption of a menu option. Find out and modify the title of a window or page. Find out the content of a Breadcrumb control....
Log-based replication: Programming the log-based replication in WLanguage
Several WLangage functions allow you to include log-based replication in your application and to customize it......
Handling the versions of a window, report, query or project
When creating and developing the different elements of a project (window, query, report, project, ......
InitialVisible (Property)
The InitialVisible property is used to determine if: a control was visible during the first display of the associated window or page. a window was visible during its first display....
Extension procedure
By using extension procedures, you can add your own WLanguage procedures to different types of variables (string, date, color etc.)......
TablePrint (Function)
Prints the content of the specified Table control without having to create a report based on the Table control.
X (Property)
The X property is used to: Get the X-coordinate of a control, Table control column or window (position on the X-axis). Get the X-coordinate of a control or window (position on the X-axis)....
Animation of Mobile windows
In the mobile applications, the different screens of the application are displayed via a small animation: display from the right and the top, ... WINDEV Mobile allows you to configure this display mode of your windows in your mobile applications....
The TimeLine control
The TimeLine control is used to represent chronologies of close events that can be parallel....