ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

User Groupware: Configuring the site
Once the User Groupware is configured, the configuration of users and accesses is performed at runtime, by connecting with a "supervisor" account......
Locking an application
WINDEV gives you the ability to lock your applications (after a specific duration for example)......
SysThumbnailDeleteButton (Function)
Deletes one of the buttons found in the thumbnail of the application from the taskbar.
Extension procedure
By using extension procedures, you can add your own WLanguage procedures to different types of variables (string, date, color etc.)......
ERR_NO_DLLEXE
Handling List Box controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically handle List Box controls....
Column of type Attribute
WINDEV and WEBDEV allow you to use columns of type "Attribute" in Table controls......
Abandon (Function)
Closes the current window by running the "Click" event of the CANCEL Button control.
SysThumbnailModifyButton (Function)
Modifies one of the buttons found on the application thumbnail in the taskbar.
Binding a Progress Bar control to an item
A Progress Bar control can be bound to an item in a data file, query, etc....
Operations for synchronizing SCM
When creating an executable, a library or a component, ......
Programming automatic calculations in the columns of a Table control
Aligning elements in a List Box or Combo Box control
There are different methods to align the elements in a List Box or Combo Box control......
SaaS administrator - Dashboard
The dashboard of the SaaS Administrator is used to quickly view the main information regarding the SaaS sites of a WEBDEV Application Server......
The TimeLine control
The TimeLine control is used to represent chronologies of close events that can be parallel....
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....
TriState (Property)
The TriState property is used to: Determine if a check box option supports 3 or 2 states. Determine if a TreeView control uses 3-state or 2-state check boxes. Change the type of an option in a check box: option with 3 states or with 2 states....
RETURN statement
The RETURN statement is used to exit the current event, process or procedure and return a result...
The TreeView Table control
The Treeview Table control is a cross between the Table control and the TreeView control......
Task list
Each project can be associated with a task list......
Description window of query (insert, update or delete) or description window of a query in SQL code
The description window of a query (insert, update or delete) or the description window of a query in SQL code is used to......
Creating a select query
A select query (corresponding SQL statement......
Constants for managing dialog boxes
List of constants used by the functions for managing dialog boxes...
Configure the setup program interface
To make the installation process more user-friendly, the setup wizard allows you to customize the interface of the setup program......
Compound statements