ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

PowerStatus (Function)
Used to get various information about the battery (main or secondary) of the device on which the application is running.
In depth look at windows, pages and reports
WINDEV, WINDEV Mobile and WEBDEV allow you to create custom interfaces with the window editor and the page editor......
Class inheritance
The hierarchical organization in class and sub-class has allowed to create the notion of inheritance......
BCCapture (Function)
Decodes the information stored in a bar code by using the device camera (Android, iPhone, iPad).
<Connection variable>.ModifyGroup (Function)
Modifies the group information according to the elements found in the corresponding variables for group management.
<Source>.InfoLock (Function)
Returns information about the lock set on a data file, on one or all the records in a data file.
<Connection variable>.ModifyUser (Function)
Modifies the information about a user according to the elements found in the corresponding variables for user management.
HInfoLock (Function)
Returns information about the lock set on a data file, on one or all the records in a data file.
<Connection>.InfoLock (Function)
Returns information about the lock set on a data file, on one or all the records in a data file.
Error 42: Label out of scope of GOTO
Abandon (Function)
Closes the current window by running the "Click" event of the CANCEL Button control.
ActionLabel (Property)
The ActionLabel property is used to get and change the label of the notification's action button....
Optional events
By default, the codes available in the code editor correspond to the most common codes......
4. Types of pages
Different types of pages can be used in the sites created with WEBDEV......
sysNotificationButton (Type of variable)
The sysNotificationButton type is used to define all the advanced characteristics of Button control in an interactive notification.
Managing the synchronization
For each action performed in a page, the mechanism for page synchronization automatically checks the synchronization......
The Edit control
The Edit control allows users to enter data......
The different types of buttons in a window
WINDEV and WINDEV Mobile include 5 types of buttons......
EmulateConfirm (Function)
Emulates the next call to Confirm and automatically clicks the button passed in parameter.
EmulateDialog (Function)
Emulates the next call to Dialog and automatically clicks the button passed in parameter.
EmulateOKCancel (Function)
Emulates the next call to OKCancel and automatically clicks the button passed in parameter.
EmulateYesNo (Function)
Emulates the next call to YesNo and automatically clicks the button specified in parameter.
9. Queries
A query is used to request information from a database to view, insert, change or delete data....
Trace (Function)
Displays the requested information (content of a control, for example) in a window opened next to the current window.
ServiceInstall (Function)
Installs a Windows service or a Linux daemon according to the information given in the members of the Service variable.