ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

ProgressBarColor (Property)
The ProgressBarColor property is used to get and change the progress color in the following controls and elements: Progress Bar control, Progress Bar column, Progress Bar cell, infinite Progress Bar control....
Report templates and inheritance
When a report template is applied to a report, all the controls and code found in the template are "copied" into the report......
14. Managing the "Back" button in practice
Events associated with Combo Box controls
List of events associated with Combo Box controls...
Implement journaled replication: Modify database schema
Log-based replication can be implemented in the data model editor......
AFTER
Runs a process only after a given procedure has been executed, and continues to execute the current code while waiting for this procedure to end.
Remote Control: Customizing with your own window
To customize the remote control performed on a multi-user WINDEV application, the standard window can be replaced with a window from your application......
Selected (Property)
The Selected property is used to: Select, or determine if a row is selected in a List, ListView or Table control. Select, or determine if a column or cell is selected in a Table control with row or column selection. Select, or determine if a WEBDEV menu option is selected....
Type of item: Secure password
"Password" items are used to securely store passwords by using a salt and a hash algorithm......
Control templates and inheritance
When a control template is applied to a page or to a window, all controls and code found in the template are "copied" into the page or window......
The Gantt Chart control
A Gantt chart allows you to graphically view the progress status of a project......
WINDEV, WEBDEV, Android or iOS external component
An external component is a set of WINDEV, WEBDEV or WINDEV Mobile elements......
License agreement for WINDEV Mobile Express
License agreement of WINDEV Mobile Express...
Testing a dynamic project (session or AWP mode) from WEBDEV
The test of the entire project allows simulating the startup of the site......
Image catalog
As soon as an image can be used (in a control, in a window, in a report, ......
2. Creating tables in the database schema
WINDEV Tutorial: Creating a WINDEV project and its database schema Lesson 2 - Creating tables in the database schema - 40 min
The .NET 3.0, 4.0 control, ... (WPF)
The Xaml control allows you to easily manage the Xaml language......
Using Java code
You can use Java code: in Java applications generated with WINDEV. in Android applications generated with WINDEV Mobile. This allows you to create global procedures in Java....